#CD33CC

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

Shades of Fuchsia #CD33CC

Tints of Fuchsia #CD33CC

Color information

#CD33CC (or 0xCD33CC) is unknown color: approx Fuchsia. HEX triplet: CD, 33 and CC. RGB value is (205,51,204). Sum of RGB (Red+Green+Blue) = 205+51+204=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33CC is #32CC33. Grayscale: #727272. Windows color (decimal): -3329076 or 13382605. OLE color: 13382605.

HSL color Cylindrical-coordinate representation of color #CD33CC: hue angle of 300.39º degrees, saturation: 0.61, 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 #CD33CC is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB20551204-
CMYK00.750.000.20
HSL300.39º60.63%50.2%-
HSV(B)300.39º75.12%80.39%-
XYZ37.2619.7158.97-
YUV114.49178.52192.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 51 (20.31% from 255) = 11.09%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=44.57%
G=11.09%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055120400.750.000.20300.3960.6350.2
HexCD33CC04B01412c3d32
Octal3156331401130244547562
Binary110011011100111100110001001011010100100101100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33CC; }

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

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

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

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

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

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

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

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