#CD22C2

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

Shades of Deep Magenta #CD22C2

Tints of Deep Magenta #CD22C2

Color information

#CD22C2 (or 0xCD22C2) is unknown color: approx Deep Magenta. HEX triplet: CD, 22 and C2. RGB value is (205,34,194). Sum of RGB (Red+Green+Blue) = 205+34+194=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD22C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD22C2 is #32DD3D. Grayscale: #666666. Windows color (decimal): -3333438 or 12722893. OLE color: 12722893.

HSL color Cylindrical-coordinate representation of color #CD22C2: hue angle of 303.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD22C2 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB20534194-
CMYK00.830.050.20
HSL303.86º71.55%46.86%-
HSV(B)303.86º83.41%80.39%-
XYZ35.4918.0252.65-
YUV103.37179.15200.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 34 (13.67% from 255) = 7.85%
BLUE value IS 194 (76.17% from 255) = 44.80%
R=47.34%
G=7.85%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053419400.830.050.20303.8671.5546.86
HexCD22C2053514130482f
Octal31542302012352446011057
Binary110011011000101100001001010011101101001001100001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD22C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD22C2; }

 p { color: rgb(205,34,194); }

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

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

 a { background-color: rgb(205,34,194); }

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

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

 span { border-color: rgb(205,34,194); }

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