#CB29AE

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

Shades of Medium Violet Red #CB29AE

Tints of Medium Violet Red #CB29AE

Color information

#CB29AE (or 0xCB29AE) is unknown color: approx Medium Violet Red. HEX triplet: CB, 29 and AE. RGB value is (203,41,174). Sum of RGB (Red+Green+Blue) = 203+41+174=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB29AE is #34D651. Grayscale: #686868. Windows color (decimal): -3462738 or 11413963. OLE color: 11413963.

HSL color Cylindrical-coordinate representation of color #CB29AE: hue angle of 310.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB29AE is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20341174-
CMYK00.800.140.20
HSL310.74º66.39%47.84%-
HSV(B)310.74º79.8%79.61%-
XYZ33.0617.3441.65-
YUV104.6167.17198.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 41 (16.41% from 255) = 9.81%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=48.56%
G=9.81%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034117400.800.140.20310.7466.3947.84
HexCB29AE050E141374230
Octal313512560120162446710260
Binary1100101110100110101110010100001110101001001101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB29AE; }

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

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

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

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

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

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

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

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