#C33CBB

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

Shades of Fuchsia #C33CBB

Tints of Fuchsia #C33CBB

Color information

#C33CBB (or 0xC33CBB) is unknown color: approx Fuchsia. HEX triplet: C3, 3C and BB. RGB value is (195,60,187). Sum of RGB (Red+Green+Blue) = 195+60+187=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CBB is #3CC344. Grayscale: #727272. Windows color (decimal): -3982149 or 12270787. OLE color: 12270787.

HSL color Cylindrical-coordinate representation of color #C33CBB: hue angle of 303.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33CBB is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19560187-
CMYK00.690.040.24
HSL303.56º52.94%50%-
HSV(B)303.56º69.23%76.47%-
XYZ33.0918.4248.83-
YUV114.84168.73185.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.12%
GREEN value IS 60 (23.83% from 255) = 13.57%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=44.12%
G=13.57%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956018700.690.040.24303.5652.9450
HexC33CBB0454181303532
Octal3037427301054304606562
Binary11000011111100101110110100010110011000100110000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33CBB; }

 p { color: rgb(195,60,187); }

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

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

 a { background-color: rgb(195,60,187); }

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

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

 span { border-color: rgb(195,60,187); }

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