#CB1E74

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

Shades of Medium Violet Red #CB1E74

Tints of Medium Violet Red #CB1E74

Color information

#CB1E74 (or 0xCB1E74) is unknown color: approx Medium Violet Red. HEX triplet: CB, 1E and 74. RGB value is (203,30,116). Sum of RGB (Red+Green+Blue) = 203+30+116=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1E74 is #34E18B. Grayscale: #5B5B5B. Windows color (decimal): -3465612 or 7610059. OLE color: 7610059.

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

Color convert

RGB20330116-
CMYK00.850.430.20
HSL330.17º74.25%45.69%-
HSV(B)330.17º85.22%79.61%-
XYZ28.2514.8917.91-
YUV91.53141.81207.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.17%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=58.17%
G=8.60%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033011600.850.430.20330.1774.2545.69
HexCB1E740552B1414a4a2e
Octal313361640125532451211256
Binary1100101111110111010001010101101011101001010010101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E74; }

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

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

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

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

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

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

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

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