#C33DCB

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

Shades of Fuchsia #C33DCB

Tints of Fuchsia #C33DCB

Color information

#C33DCB (or 0xC33DCB) is unknown color: approx Fuchsia. HEX triplet: C3, 3D and CB. RGB value is (195,61,203). Sum of RGB (Red+Green+Blue) = 195+61+203=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #C33DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DCB is #3CC234. Grayscale: #747474. Windows color (decimal): -3981877 or 13319619. OLE color: 13319619.

HSL color Cylindrical-coordinate representation of color #C33DCB: hue angle of 296.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33DCB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19561203-
CMYK0.040.7000.20
HSL296.62º57.72%51.76%-
HSV(B)296.62º69.95%79.61%-
XYZ34.9519.2558.37-
YUV117.25176.39183.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=42.48%
G=13.29%
B=44.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195612030.040.7000.20296.6257.7251.76
HexC33DCB4460141293a34
Octal3037531341060244517264
Binary11000011111101110010111001000110010100100101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33DCB; }

 p { color: rgb(195,61,203); }

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

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

 a { background-color: rgb(195,61,203); }

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

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

 span { border-color: rgb(195,61,203); }

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