#C442CB

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

Shades of Fuchsia #C442CB

Tints of Fuchsia #C442CB

Color information

#C442CB (or 0xC442CB) is unknown color: approx Fuchsia. HEX triplet: C4, 42 and CB. RGB value is (196,66,203). Sum of RGB (Red+Green+Blue) = 196+66+203=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C442CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442CB is #3BBD34. Grayscale: #787878. Windows color (decimal): -3915061 or 13320900. OLE color: 13320900.

HSL color Cylindrical-coordinate representation of color #C442CB: hue angle of 296.93º 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 #C442CB is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19666203-
CMYK0.030.6700.20
HSL296.93º56.85%52.75%-
HSV(B)296.93º67.49%79.61%-
XYZ35.4919.9458.48-
YUV120.49174.57181.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 66 (26.17% from 255) = 14.19%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=42.15%
G=14.19%
B=43.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196662030.030.6700.20296.9356.8552.75
HexC442CB3430141293935
Octal30410231331030244517165
Binary11000100100001011001011111000011010100100101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442CB; }

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

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

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

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

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

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

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

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