#CD33A7

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

Shades of Deep Cerise #CD33A7

Tints of Deep Cerise #CD33A7

Color information

#CD33A7 (or 0xCD33A7) is unknown color: approx Deep Cerise. HEX triplet: CD, 33 and A7. RGB value is (205,51,167). Sum of RGB (Red+Green+Blue) = 205+51+167=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD33A7 is #32CC58. Grayscale: #6D6D6D. Windows color (decimal): -3329113 or 10957773. OLE color: 10957773.

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

Color convert

RGB20551167-
CMYK00.750.190.20
HSL314.81º60.63%50.2%-
HSV(B)314.81º75.12%80.39%-
XYZ33.3418.1438.3-
YUV110.27160.02195.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 167 (65.62% from 255) = 39.48%
R=48.46%
G=12.06%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055116700.750.190.20314.8160.6350.2
HexCD33A704B131413b3d32
Octal31563247011323244737562
Binary1100110111001110100111010010111001110100100111011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33A7; }

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

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

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

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

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

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

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

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