#CD2FA6

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

Shades of Deep Cerise #CD2FA6

Tints of Deep Cerise #CD2FA6

Color information

#CD2FA6 (or 0xCD2FA6) is unknown color: approx Deep Cerise. HEX triplet: CD, 2F and A6. RGB value is (205,47,166). Sum of RGB (Red+Green+Blue) = 205+47+166=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2FA6 is #32D059. Grayscale: #6B6B6B. Windows color (decimal): -3330138 or 10891213. OLE color: 10891213.

HSL color Cylindrical-coordinate representation of color #CD2FA6: hue angle of 314.81º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2FA6 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB20547166-
CMYK00.770.190.20
HSL314.81º62.7%49.41%-
HSV(B)314.81º77.07%80.39%-
XYZ33.0817.7737.76-
YUV107.81160.85197.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 47 (18.75% from 255) = 11.24%
BLUE value IS 166 (65.23% from 255) = 39.71%
R=49.04%
G=11.24%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054716600.770.190.20314.8162.749.41
HexCD2FA604D131413b3f31
Octal31557246011523244737761
Binary1100110110111110100110010011011001110100100111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2FA6; }

 p { color: rgb(205,47,166); }

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

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

 a { background-color: rgb(205,47,166); }

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

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

 span { border-color: rgb(205,47,166); }

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