Html Css Color HEX #C054C1 Fuchsia

📋 copy color: '#C054C1'

red 192 ◦ green 84 ◦ blue 193

#C054C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C054C1

Tints of Fuchsia #C054C1

RGB

 RED value IS 192 (75.39% from 255) = 40.94%

 GREEN value IS 84 (33.2% from 255) = 17.91%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 40.94%
G = 17.91%
B = 41.15%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C054C1 (or 0xC054C1) is known color: Fuchsia. HEX triplet: C0, 54 and C1. RGB value is (192,84,193). Sum of RGB (Red+Green+Blue) = 192+84+193=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #C054C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054C1 is #3FAB3E. Grayscale: #808080. Windows color (decimal): -4172607 or 12670144. OLE color: 12670144.

HSL color Cylindrical-coordinate representation of color #C054C1: hue angle of 299.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C054C1 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 84 193 -
CMYK 0.01 0.56 0 0.24
HSL 299.45º 0.47% 0.54% -
HSV(B) 299.45º 0.56% 0.76% -
XYZ 34.53 21.4 52.76 -
YUV 128.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 192 84 193 0.01 0.56 0 0.24 299.45 0.47 0.54
Hex C0 54 C1 1 38 0 18 12B 2F 36
Octal 300 124 301 1 70 0 30 453 57 66
Binary 11000000 1010100 11000001 1 111000 0 11000 100101011 101111 110110

Color Harmonies of #C054C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054C1

Black with #C054C1

Text Example


Text Example

White with #C054C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054C1; }

 p { color: rgb(192,84,193); }

 H1.HeaderClassName
 {
   color: #C054C1;
 }
 .AnyTagClassName
 {
   color: #C054C1;
 }
</style>

background-color css

<style>
 a { background-color: #C054C1; }

 a { background-color: rgb(192,84,193); }

 div.DivClassName
 {
   background-color: #C054C1;
 }
 .BgClassName
 {
   background-color: #C054C1;
 }
</style>

border-color css

<style>
 span { border-color: #C054C1; }

 span { border-color: rgb(192,84,193); }

 td.TdClassName
 {
   border-color: #C054C1;
 }
 .TagClassName
 {
   border-color: #C054C1;
 }
</style>