Html Css Color HEX #C04CA9 Fuchsia

📋 copy color: '#C04CA9'

red 192 ◦ green 76 ◦ blue 169

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

Shades of Fuchsia #C04CA9

Tints of Fuchsia #C04CA9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.39%

 BLUE value IS 169 (66.41% from 255) = 38.67%

R = 43.94%
G = 17.39%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C04CA9 (or 0xC04CA9) is known color: Fuchsia. HEX triplet: C0, 4C and A9. RGB value is (192,76,169). Sum of RGB (Red+Green+Blue) = 192+76+169=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CA9 is #3FB356. Grayscale: #797979. Windows color (decimal): -4174679 or 11095232. OLE color: 11095232.

HSL color Cylindrical-coordinate representation of color #C04CA9: hue angle of 311.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CA9 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 169 -
CMYK 0 0.60 0.12 0.25
HSL 311.9º 0.48% 0.53% -
HSV(B) 311.9º 0.6% 0.75% -
XYZ 31.48 19.24 39.59 -
YUV 121.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 192 76 169 0 0.60 0.12 0.25 311.9 0.48 0.53
Hex C0 4C A9 0 3C C 19 138 30 35
Octal 300 114 251 0 74 14 31 470 60 65
Binary 11000000 1001100 10101001 0 111100 1100 11001 100111000 110000 110101

Color Harmonies of #C04CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CA9

Black with #C04CA9

Text Example


Text Example

White with #C04CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CA9; }

 p { color: rgb(192,76,169); }

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

background-color css

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

 a { background-color: rgb(192,76,169); }

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

border-color css

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

 span { border-color: rgb(192,76,169); }

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