#CB29AD

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

Shades of Medium Violet Red #CB29AD

Tints of Medium Violet Red #CB29AD

Color information

#CB29AD (or 0xCB29AD) is unknown color: approx Medium Violet Red. HEX triplet: CB, 29 and AD. RGB value is (203,41,173). Sum of RGB (Red+Green+Blue) = 203+41+173=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB29AD is #34D652. Grayscale: #686868. Windows color (decimal): -3462739 or 11348427. OLE color: 11348427.

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

Color convert

RGB20341173-
CMYK00.800.150.20
HSL311.11º66.39%47.84%-
HSV(B)311.11º79.8%79.61%-
XYZ32.9617.341.14-
YUV104.49166.67198.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=48.68%
G=9.83%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034117300.800.150.20311.1166.3947.84
HexCB29AD050F141374230
Octal313512550120172446710260
Binary1100101110100110101101010100001111101001001101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB29AD; }

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

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

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

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

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

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

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

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