Html Css Color HEX #C042B3 Fuchsia

📋 copy color: '#C042B3'

red 192 ◦ green 66 ◦ blue 179

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

Shades of Fuchsia #C042B3

Tints of Fuchsia #C042B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.96%

R = 43.94%
G = 15.1%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C042B3 (or 0xC042B3) is known color: Fuchsia. HEX triplet: C0, 42 and B3. RGB value is (192,66,179). Sum of RGB (Red+Green+Blue) = 192+66+179=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C042B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042B3 is #3FBD4C. Grayscale: #747474. Windows color (decimal): -4177229 or 11748032. OLE color: 11748032.

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

Color convert

RGB 192 66 179 -
CMYK 0 0.66 0.07 0.25
HSL 306.19º 0.5% 0.51% -
HSV(B) 306.19º 0.66% 0.75% -
XYZ 31.82 18.36 44.51 -
YUV 116.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 192 66 179 0 0.66 0.07 0.25 306.19 0.5 0.51
Hex C0 42 B3 0 42 7 19 132 32 33
Octal 300 102 263 0 102 7 31 462 62 63
Binary 11000000 1000010 10110011 0 1000010 111 11001 100110010 110010 110011

Color Harmonies of #C042B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042B3

Black with #C042B3

Text Example


Text Example

White with #C042B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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