#CB219C

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

Shades of Medium Violet Red #CB219C

Tints of Medium Violet Red #CB219C

Color information

#CB219C (or 0xCB219C) is unknown color: approx Medium Violet Red. HEX triplet: CB, 21 and 9C. RGB value is (203,33,156). Sum of RGB (Red+Green+Blue) = 203+33+156=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB219C is #34DE63. Grayscale: #616161. Windows color (decimal): -3464804 or 10232267. OLE color: 10232267.

HSL color Cylindrical-coordinate representation of color #CB219C: hue angle of 316.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB219C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20333156-
CMYK00.840.230.20
HSL316.59º72.03%46.27%-
HSV(B)316.59º83.74%79.61%-
XYZ31.1716.1832.93-
YUV97.85160.82203-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 33 (13.28% from 255) = 8.42%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=51.79%
G=8.42%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033315600.840.230.20316.5972.0346.27
HexCB219C054171413d482e
Octal313412340124272447511056
Binary11001011100001100111000101010010111101001001111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB219C; }

 p { color: rgb(203,33,156); }

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

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

 a { background-color: rgb(203,33,156); }

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

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

 span { border-color: rgb(203,33,156); }

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