#CC33C5

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

Shades of Fuchsia #CC33C5

Tints of Fuchsia #CC33C5

Color information

#CC33C5 (or 0xCC33C5) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and C5. RGB value is (204,51,197). Sum of RGB (Red+Green+Blue) = 204+51+197=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33C5 is #33CC3A. Grayscale: #707070. Windows color (decimal): -3394619 or 12923852. OLE color: 12923852.

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

Color convert

RGB20451197-
CMYK00.750.030.2
HSL302.75º60%50%-
HSV(B)302.75º75%80%-
XYZ36.1619.2454.63-
YUV113.39175.19192.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 51 (20.31% from 255) = 11.28%
BLUE value IS 197 (77.34% from 255) = 43.58%
R=45.13%
G=11.28%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045119700.750.030.2302.756050
HexCC33C504B31412f3c32
Octal3146330501133244577462
Binary1100110011001111000101010010111110100100101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33C5; }

 p { color: rgb(204,51,197); }

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

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

 a { background-color: rgb(204,51,197); }

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

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

 span { border-color: rgb(204,51,197); }

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