Html Css Color HEX #C042AB Fuchsia

📋 copy color: '#C042AB'

red 192 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #C042AB

Tints of Fuchsia #C042AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 44.76%
G = 15.38%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C042AB (or 0xC042AB) is known color: Fuchsia. HEX triplet: C0, 42 and AB. RGB value is (192,66,171). Sum of RGB (Red+Green+Blue) = 192+66+171=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C042AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042AB is #3FBD54. Grayscale: #737373. Windows color (decimal): -4177237 or 11223744. OLE color: 11223744.

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

Color convert

RGB 192 66 171 -
CMYK 0 0.66 0.11 0.25
HSL 310º 0.5% 0.51% -
HSV(B) 310º 0.66% 0.75% -
XYZ 31.04 18.04 40.37 -
YUV 115.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 192 66 171 0 0.66 0.11 0.25 310 0.5 0.51
Hex C0 42 AB 0 42 B 19 136 32 33
Octal 300 102 253 0 102 13 31 466 62 63
Binary 11000000 1000010 10101011 0 1000010 1011 11001 100110110 110010 110011

Color Harmonies of #C042AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042AB

Black with #C042AB

Text Example


Text Example

White with #C042AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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