#CB1E72

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

Shades of Medium Violet Red #CB1E72

Tints of Medium Violet Red #CB1E72

Color information

#CB1E72 (or 0xCB1E72) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1E and 72. RGB value is (203,30,114). Sum of RGB (Red+Green+Blue) = 203+30+114=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1E72 is #34E18D. Grayscale: #5B5B5B. Windows color (decimal): -3465614 or 7478987. OLE color: 7478987.

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

Color convert

RGB20330114-
CMYK00.850.440.20
HSL330.87º74.25%45.69%-
HSV(B)330.87º85.22%79.61%-
XYZ28.1314.8417.3-
YUV91.3140.81207.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.50%
GREEN value IS 30 (12.11% from 255) = 8.65%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=58.50%
G=8.65%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033011400.850.440.20330.8774.2545.69
HexCB1E720552C1414b4a2e
Octal313361620125542451311256
Binary1100101111110111001001010101101100101001010010111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E72; }

 p { color: rgb(203,30,114); }

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

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

 a { background-color: rgb(203,30,114); }

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

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

 span { border-color: rgb(203,30,114); }

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