#c33fbd

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

Shades of Fuchsia #C33FBD

Tints of Fuchsia #C33FBD

Color information

#C33FBD (or 0xC33FBD) is unknown color: approx Fuchsia. HEX triplet: C3, 3F and BD. RGB value is (195,63,189). Sum of RGB (Red+Green+Blue) = 195+63+189=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FBD is #3CC042. Grayscale: #747474. Windows color (decimal): -3981379 or 12402627. OLE color: 12402627.

HSL color Cylindrical-coordinate representation of color #C33FBD: hue angle of 302.73º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FBD is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19563189-
CMYK00.680.030.24
HSL302.73º52.38%50.59%-
HSV(B)302.73º67.69%76.47%-
XYZ33.4718.8350.01-
YUV116.83168.73183.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 63 (25% from 255) = 14.09%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=43.62%
G=14.09%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956318900.680.030.24302.7352.3850.59
HexC33FBD04431812f3433
Octal3037727501043304576463
Binary1100001111111110111101010001001111000100101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33fbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33fbd; }

 p { color: rgb(195,63,189); }

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

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

 a { background-color: rgb(195,63,189); }

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

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

 span { border-color: rgb(195,63,189); }

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