Html Css Color HEX #C42CAF Fuchsia

📋 copy color: '#C42CAF'

red 196 ◦ green 44 ◦ blue 175

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

Shades of Fuchsia #C42CAF

Tints of Fuchsia #C42CAF

RGB

 RED value IS 196 (76.95% from 255) = 47.23%

 GREEN value IS 44 (17.58% from 255) = 10.6%

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

R = 47.23%
G = 10.6%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C42CAF (or 0xC42CAF) is known color: Fuchsia. HEX triplet: C4, 2C and AF. RGB value is (196,44,175). Sum of RGB (Red+Green+Blue) = 196+44+175=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42CAF is #3BD350. Grayscale: #686868. Windows color (decimal): -3920721 or 11480260. OLE color: 11480260.

HSL color Cylindrical-coordinate representation of color #C42CAF: hue angle of 308.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42CAF is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 44 175 -
CMYK 0 0.78 0.11 0.23
HSL 308.29º 0.63% 0.47% -
HSV(B) 308.29º 0.78% 0.77% -
XYZ 31.4 16.63 42.11 -
YUV 104.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 196 44 175 0 0.78 0.11 0.23 308.29 0.63 0.47
Hex C4 2C AF 0 4E B 17 134 3F 2F
Octal 304 54 257 0 116 13 27 464 77 57
Binary 11000100 101100 10101111 0 1001110 1011 10111 100110100 111111 101111

Color Harmonies of #C42CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CAF

Black with #C42CAF

Text Example


Text Example

White with #C42CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CAF; }

 p { color: rgb(196,44,175); }

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

background-color css

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

 a { background-color: rgb(196,44,175); }

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

border-color css

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

 span { border-color: rgb(196,44,175); }

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