Html Css Color HEX #C04CAF Fuchsia

📋 copy color: '#C04CAF'

red 192 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #C04CAF

Tints of Fuchsia #C04CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 43.34%
G = 17.16%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C04CAF (or 0xC04CAF) is known color: Fuchsia. HEX triplet: C0, 4C and AF. RGB value is (192,76,175). Sum of RGB (Red+Green+Blue) = 192+76+175=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAF is #3FB350. Grayscale: #797979. Windows color (decimal): -4174673 or 11488448. OLE color: 11488448.

HSL color Cylindrical-coordinate representation of color #C04CAF: hue angle of 308.79º 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 #C04CAF is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 175 -
CMYK 0 0.60 0.09 0.25
HSL 308.79º 0.48% 0.53% -
HSV(B) 308.79º 0.6% 0.75% -
XYZ 32.06 19.47 42.63 -
YUV 121.97 157.93 177.95 -
System Red Green Blue C M Y K H S L
Decimal 192 76 175 0 0.60 0.09 0.25 308.79 0.48 0.53
Hex C0 4C AF 0 3C 9 19 135 30 35
Octal 300 114 257 0 74 11 31 465 60 65
Binary 11000000 1001100 10101111 0 111100 1001 11001 100110101 110000 110101

Color Harmonies of #C04CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CAF

Black with #C04CAF

Text Example


Text Example

White with #C04CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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