#CB2AA4

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

Shades of Medium Red Violet #CB2AA4

Tints of Medium Red Violet #CB2AA4

Color information

#CB2AA4 (or 0xCB2AA4) is unknown color: approx Medium Red Violet. HEX triplet: CB, 2A and A4. RGB value is (203,42,164). Sum of RGB (Red+Green+Blue) = 203+42+164=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2AA4 is #34D55B. Grayscale: #676767. Windows color (decimal): -3462492 or 10758859. OLE color: 10758859.

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

Color convert

RGB20342164-
CMYK00.790.190.20
HSL314.53º65.71%48.04%-
HSV(B)314.53º79.31%79.61%-
XYZ32.1617.0336.71-
YUV104.05161.84198.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 42 (16.80% from 255) = 10.27%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=49.63%
G=10.27%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034216400.790.190.20314.5365.7148.04
HexCB2AA404F131413b4230
Octal313522440117232447310260
Binary11001011101010101001000100111110011101001001110111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2AA4; }

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

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

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

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

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

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

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

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