Html Css Color HEX #C42DAE Fuchsia

📋 copy color: '#C42DAE'

red 196 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #C42DAE

Tints of Fuchsia #C42DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 47.23%
G = 10.84%
B = 41.93%

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

#C42DAE (or 0xC42DAE) is known color: Fuchsia. HEX triplet: C4, 2D and AE. RGB value is (196,45,174). Sum of RGB (Red+Green+Blue) = 196+45+174=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAE is #3BD251. Grayscale: #686868. Windows color (decimal): -3920466 or 11414980. OLE color: 11414980.

HSL color Cylindrical-coordinate representation of color #C42DAE: hue angle of 308.74º 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 #C42DAE is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 174 -
CMYK 0 0.77 0.11 0.23
HSL 308.74º 0.63% 0.47% -
HSV(B) 308.74º 0.77% 0.77% -
XYZ 31.34 16.67 41.61 -
YUV 104.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 196 45 174 0 0.77 0.11 0.23 308.74 0.63 0.47
Hex C4 2D AE 0 4D B 17 135 3F 2F
Octal 304 55 256 0 115 13 27 465 77 57
Binary 11000100 101101 10101110 0 1001101 1011 10111 100110101 111111 101111

Color Harmonies of #C42DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DAE

Black with #C42DAE

Text Example


Text Example

White with #C42DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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