Html Css Color HEX #C42DAF Fuchsia

📋 copy color: '#C42DAF'

red 196 ◦ green 45 ◦ blue 175

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

Shades of Fuchsia #C42DAF

Tints of Fuchsia #C42DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

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

R = 47.12%
G = 10.82%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C42DAF (or 0xC42DAF) is known color: Fuchsia. HEX triplet: C4, 2D and AF. RGB value is (196,45,175). Sum of RGB (Red+Green+Blue) = 196+45+175=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAF is #3BD250. Grayscale: #686868. Windows color (decimal): -3920465 or 11480516. OLE color: 11480516.

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

Color convert

RGB 196 45 175 -
CMYK 0 0.77 0.11 0.23
HSL 308.34º 0.63% 0.47% -
HSV(B) 308.34º 0.77% 0.77% -
XYZ 31.44 16.71 42.13 -
YUV 104.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 196 45 175 0 0.77 0.11 0.23 308.34 0.63 0.47
Hex C4 2D AF 0 4D B 17 134 3F 2F
Octal 304 55 257 0 115 13 27 464 77 57
Binary 11000100 101101 10101111 0 1001101 1011 10111 100110100 111111 101111

Color Harmonies of #C42DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DAF

Black with #C42DAF

Text Example


Text Example

White with #C42DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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