Html Css Color HEX #C42CAE Fuchsia

📋 copy color: '#C42CAE'

red 196 ◦ green 44 ◦ blue 174

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

Shades of Fuchsia #C42CAE

Tints of Fuchsia #C42CAE

RGB

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

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

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

R = 47.34%
G = 10.63%
B = 42.03%

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

#C42CAE (or 0xC42CAE) is known color: Fuchsia. HEX triplet: C4, 2C and AE. RGB value is (196,44,174). Sum of RGB (Red+Green+Blue) = 196+44+174=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C42CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42CAE is #3BD351. Grayscale: #676767. Windows color (decimal): -3920722 or 11414724. OLE color: 11414724.

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

Color convert

RGB 196 44 174 -
CMYK 0 0.78 0.11 0.23
HSL 308.68º 0.63% 0.47% -
HSV(B) 308.68º 0.78% 0.77% -
XYZ 31.31 16.59 41.6 -
YUV 104.27 167.36 193.43 -
System Red Green Blue C M Y K H S L
Decimal 196 44 174 0 0.78 0.11 0.23 308.68 0.63 0.47
Hex C4 2C AE 0 4E B 17 135 3F 2F
Octal 304 54 256 0 116 13 27 465 77 57
Binary 11000100 101100 10101110 0 1001110 1011 10111 100110101 111111 101111

Color Harmonies of #C42CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CAE

Black with #C42CAE

Text Example


Text Example

White with #C42CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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