#CD33A5

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

Shades of Deep Cerise #CD33A5

Tints of Deep Cerise #CD33A5

Color information

#CD33A5 (or 0xCD33A5) is unknown color: approx Deep Cerise. HEX triplet: CD, 33 and A5. RGB value is (205,51,165). Sum of RGB (Red+Green+Blue) = 205+51+165=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD33A5 is #32CC5A. Grayscale: #6D6D6D. Windows color (decimal): -3329115 or 10826701. OLE color: 10826701.

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

Color convert

RGB20551165-
CMYK00.750.200.20
HSL315.58º60.63%50.2%-
HSV(B)315.58º75.12%80.39%-
XYZ33.1518.0637.34-
YUV110.04159.02195.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.69%
GREEN value IS 51 (20.31% from 255) = 12.11%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=48.69%
G=12.11%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055116500.750.200.20315.5860.6350.2
HexCD33A504B141413c3d32
Octal31563245011324244747562
Binary1100110111001110100101010010111010010100100111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33A5; }

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

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

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

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

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

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

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

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