Html Css Color HEX #C042B1 Fuchsia

📋 copy color: '#C042B1'

red 192 ◦ green 66 ◦ blue 177

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

Shades of Fuchsia #C042B1

Tints of Fuchsia #C042B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 44.14%
G = 15.17%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C042B1 (or 0xC042B1) is known color: Fuchsia. HEX triplet: C0, 42 and B1. RGB value is (192,66,177). Sum of RGB (Red+Green+Blue) = 192+66+177=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C042B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042B1 is #3FBD4E. Grayscale: #747474. Windows color (decimal): -4177231 or 11616960. OLE color: 11616960.

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

Color convert

RGB 192 66 177 -
CMYK 0 0.66 0.08 0.25
HSL 307.14º 0.5% 0.51% -
HSV(B) 307.14º 0.66% 0.75% -
XYZ 31.62 18.28 43.46 -
YUV 116.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 192 66 177 0 0.66 0.08 0.25 307.14 0.5 0.51
Hex C0 42 B1 0 42 8 19 133 32 33
Octal 300 102 261 0 102 10 31 463 62 63
Binary 11000000 1000010 10110001 0 1000010 1000 11001 100110011 110010 110011

Color Harmonies of #C042B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042B1

Black with #C042B1

Text Example


Text Example

White with #C042B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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