Html Css Color HEX #C042AC Fuchsia

📋 copy color: '#C042AC'

red 192 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #C042AC

Tints of Fuchsia #C042AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 44.65%
G = 15.35%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C042AC (or 0xC042AC) is known color: Fuchsia. HEX triplet: C0, 42 and AC. RGB value is (192,66,172). Sum of RGB (Red+Green+Blue) = 192+66+172=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C042AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042AC is #3FBD53. Grayscale: #737373. Windows color (decimal): -4177236 or 11289280. OLE color: 11289280.

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

Color convert

RGB 192 66 172 -
CMYK 0 0.66 0.10 0.25
HSL 309.52º 0.5% 0.51% -
HSV(B) 309.52º 0.66% 0.75% -
XYZ 31.13 18.08 40.88 -
YUV 115.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 192 66 172 0 0.66 0.10 0.25 309.52 0.5 0.51
Hex C0 42 AC 0 42 A 19 136 32 33
Octal 300 102 254 0 102 12 31 466 62 63
Binary 11000000 1000010 10101100 0 1000010 1010 11001 100110110 110010 110011

Color Harmonies of #C042AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042AC

Black with #C042AC

Text Example


Text Example

White with #C042AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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