#CB2AA6

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

Shades of Medium Red Violet #CB2AA6

Tints of Medium Red Violet #CB2AA6

Color information

#CB2AA6 (or 0xCB2AA6) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2A and A6. RGB value is (203,42,166). Sum of RGB (Red+Green+Blue) = 203+42+166=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2AA6 is #34D559. Grayscale: #676767. Windows color (decimal): -3462490 or 10889931. OLE color: 10889931.

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

Color convert

RGB20342166-
CMYK00.790.180.20
HSL313.79º65.71%48.04%-
HSV(B)313.79º79.31%79.61%-
XYZ32.3417.1137.67-
YUV104.28162.84198.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 42 (16.80% from 255) = 10.22%
BLUE value IS 166 (65.23% from 255) = 40.39%
R=49.39%
G=10.22%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034216600.790.180.20313.7965.7148.04
HexCB2AA604F121413a4230
Octal313522460117222447210260
Binary11001011101010101001100100111110010101001001110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2AA6; }

 p { color: rgb(203,42,166); }

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

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

 a { background-color: rgb(203,42,166); }

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

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

 span { border-color: rgb(203,42,166); }

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