#CB22AD

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

Shades of Medium Violet Red #CB22AD

Tints of Medium Violet Red #CB22AD

Color information

#CB22AD (or 0xCB22AD) is unknown color: approx Medium Violet Red. HEX triplet: CB, 22 and AD. RGB value is (203,34,173). Sum of RGB (Red+Green+Blue) = 203+34+173=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB22AD is #34DD52. Grayscale: #636363. Windows color (decimal): -3464531 or 11346635. OLE color: 11346635.

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

Color convert

RGB20334173-
CMYK00.830.150.20
HSL310.65º71.31%46.47%-
HSV(B)310.65º83.25%79.61%-
XYZ32.7416.8641.06-
YUV100.38168.99201.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 34 (13.67% from 255) = 8.29%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=49.51%
G=8.29%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033417300.830.150.20310.6571.3146.47
HexCB22AD053F14137472e
Octal313422550123172446710756
Binary1100101110001010101101010100111111101001001101111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB22AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB22AD; }

 p { color: rgb(203,34,173); }

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

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

 a { background-color: rgb(203,34,173); }

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

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

 span { border-color: rgb(203,34,173); }

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