#C233CB

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

Shades of Fuchsia #C233CB

Tints of Fuchsia #C233CB

Color information

#C233CB (or 0xC233CB) is unknown color: approx Fuchsia. HEX triplet: C2, 33 and CB. RGB value is (194,51,203). Sum of RGB (Red+Green+Blue) = 194+51+203=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #C233CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233CB is #3DCC34. Grayscale: #6E6E6E. Windows color (decimal): -4049973 or 13317058. OLE color: 13317058.

HSL color Cylindrical-coordinate representation of color #C233CB: hue angle of 296.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C233CB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19451203-
CMYK0.040.7500.20
HSL296.45º59.84%49.8%-
HSV(B)296.45º74.88%79.61%-
XYZ34.2118.1558.2-
YUV111.08179.88187.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 51 (20.31% from 255) = 11.38%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=43.30%
G=11.38%
B=45.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194512030.040.7500.20296.4559.8449.8
HexC233CB44B0141283c32
Octal3026331341130244507462
Binary11000010110011110010111001001011010100100101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C233CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C233CB; }

 p { color: rgb(194,51,203); }

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

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

 a { background-color: rgb(194,51,203); }

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

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

 span { border-color: rgb(194,51,203); }

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