Html Css Color HEX #C042AE Fuchsia

📋 copy color: '#C042AE'

red 192 ◦ green 66 ◦ blue 174

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

Shades of Fuchsia #C042AE

Tints of Fuchsia #C042AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.28%

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

R = 44.44%
G = 15.28%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C042AE (or 0xC042AE) is known color: Fuchsia. HEX triplet: C0, 42 and AE. RGB value is (192,66,174). Sum of RGB (Red+Green+Blue) = 192+66+174=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C042AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042AE is #3FBD51. Grayscale: #737373. Windows color (decimal): -4177234 or 11420352. OLE color: 11420352.

HSL color Cylindrical-coordinate representation of color #C042AE: hue angle of 308.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042AE is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 174 -
CMYK 0 0.66 0.09 0.25
HSL 308.57º 0.5% 0.51% -
HSV(B) 308.57º 0.66% 0.75% -
XYZ 31.33 18.16 41.9 -
YUV 115.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 192 66 174 0 0.66 0.09 0.25 308.57 0.5 0.51
Hex C0 42 AE 0 42 9 19 135 32 33
Octal 300 102 256 0 102 11 31 465 62 63
Binary 11000000 1000010 10101110 0 1000010 1001 11001 100110101 110010 110011

Color Harmonies of #C042AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042AE

Black with #C042AE

Text Example


Text Example

White with #C042AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042AE; }

 p { color: rgb(192,66,174); }

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

background-color css

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

 a { background-color: rgb(192,66,174); }

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

border-color css

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

 span { border-color: rgb(192,66,174); }

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