#CC33CA

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

Shades of Fuchsia #CC33CA

Tints of Fuchsia #CC33CA

Color information

#CC33CA (or 0xCC33CA) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and CA. RGB value is (204,51,202). Sum of RGB (Red+Green+Blue) = 204+51+202=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33CA is #33CC35. Grayscale: #717171. Windows color (decimal): -3394614 or 13251532. OLE color: 13251532.

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

Color convert

RGB20451202-
CMYK00.750.010.2
HSL300.78º60%50%-
HSV(B)300.78º75%80%-
XYZ36.7519.4757.7-
YUV113.96177.69192.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 51 (20.31% from 255) = 11.16%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=44.64%
G=11.16%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045120200.750.010.2300.786050
HexCC33CA04B11412d3c32
Octal3146331201131244557462
Binary110011001100111100101001001011110100100101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33CA; }

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

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

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

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

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

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

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

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