#CB22AE

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

Shades of Medium Violet Red #CB22AE

Tints of Medium Violet Red #CB22AE

Color information

#CB22AE (or 0xCB22AE) is unknown color: approx Medium Violet Red. HEX triplet: CB, 22 and AE. RGB value is (203,34,174). Sum of RGB (Red+Green+Blue) = 203+34+174=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB22AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB22AE is #34DD51. Grayscale: #646464. Windows color (decimal): -3464530 or 11412171. OLE color: 11412171.

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

Color convert

RGB20334174-
CMYK00.830.140.20
HSL310.3º71.31%46.47%-
HSV(B)310.3º83.25%79.61%-
XYZ32.8416.941.57-
YUV100.49169.49201.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 34 (13.67% from 255) = 8.27%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=49.39%
G=8.27%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033417400.830.140.20310.371.3146.47
HexCB22AE053E14136472e
Octal313422560123162446610756
Binary1100101110001010101110010100111110101001001101101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB22AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB22AE; }

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

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

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

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

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

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

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

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