#C142CB

Color #C142CB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C142CB

Tints of Fuchsia #C142CB

Color information

#C142CB (or 0xC142CB) is unknown color: approx Fuchsia. HEX triplet: C1, 42 and CB. RGB value is (193,66,203). Sum of RGB (Red+Green+Blue) = 193+66+203=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C142CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142CB is #3EBD34. Grayscale: #777777. Windows color (decimal): -4111669 or 13320897. OLE color: 13320897.

HSL color Cylindrical-coordinate representation of color #C142CB: hue angle of 295.62º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C142CB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19366203-
CMYK0.050.6700.20
HSL295.62º56.85%52.75%-
HSV(B)295.62º67.49%79.61%-
XYZ34.7219.5558.44-
YUV119.59175.08180.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 66 (26.17% from 255) = 14.29%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=41.77%
G=14.29%
B=43.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193662030.050.6700.20295.6256.8552.75
HexC142CB5430141283935
Octal30110231351030244507165
Binary110000011000010110010111011000011010100100101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C142CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C142CB; }

 p { color: rgb(193,66,203); }

 H1.HeaderClassName
 {
   color: #C142CB;
 }
 .AnyTagClassName
 {
   color: #C142CB;
 }
</style>
background-color css

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

 a { background-color: rgb(193,66,203); }

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

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

 span { border-color: rgb(193,66,203); }

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