#CC33AD

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

Shades of Fuchsia #CC33AD

Tints of Fuchsia #CC33AD

Color information

#CC33AD (or 0xCC33AD) is unknown color: approx Fuchsia. HEX triplet: CC, 33 and AD. RGB value is (204,51,173). Sum of RGB (Red+Green+Blue) = 204+51+173=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33AD is #33CC52. Grayscale: #6E6E6E. Windows color (decimal): -3394643 or 11350988. OLE color: 11350988.

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

Color convert

RGB20451173-
CMYK00.750.150.2
HSL312.16º60%50%-
HSV(B)312.16º75%80%-
XYZ33.6318.2241.28-
YUV110.66163.19194.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=47.66%
G=11.92%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045117300.750.150.2312.166050
HexCC33AD04BF141383c32
Octal31463255011317244707462
Binary110011001100111010110101001011111110100100111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC33AD; }

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

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

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

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

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

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

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

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