#CD2BAA

Color #CD2BAA Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #CD2BAA

Tints of Medium Red Violet #CD2BAA

Color information

#CD2BAA (or 0xCD2BAA) is unknown color: approx Medium Red Violet. HEX triplet: CD, 2B and AA. RGB value is (205,43,170). Sum of RGB (Red+Green+Blue) = 205+43+170=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2BAA is #32D455. Grayscale: #696969. Windows color (decimal): -3331158 or 11152333. OLE color: 11152333.

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

Color convert

RGB20543170-
CMYK00.790.170.20
HSL312.96º65.32%48.63%-
HSV(B)312.96º79.02%80.39%-
XYZ33.317.6139.67-
YUV105.92164.17198.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 43 (17.19% from 255) = 10.29%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=49.04%
G=10.29%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054317000.790.170.20312.9665.3248.63
HexCD2BAA04F11141394131
Octal315532520117212447110161
Binary11001101101011101010100100111110001101001001110011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2BAA; }

 p { color: rgb(205,43,170); }

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

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

 a { background-color: rgb(205,43,170); }

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

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

 span { border-color: rgb(205,43,170); }

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