#CB2379

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

Shades of Medium Violet Red #CB2379

Tints of Medium Violet Red #CB2379

Color information

#CB2379 (or 0xCB2379) is unknown color: approx Medium Violet Red. HEX triplet: CB, 23 and 79. RGB value is (203,35,121). Sum of RGB (Red+Green+Blue) = 203+35+121=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2379 is #34DC86. Grayscale: #5E5E5E. Windows color (decimal): -3464327 or 7939019. OLE color: 7939019.

HSL color Cylindrical-coordinate representation of color #CB2379: hue angle of 329.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2379 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB20335121-
CMYK00.830.400.20
HSL329.29º70.59%46.67%-
HSV(B)329.29º82.76%79.61%-
XYZ28.6815.2819.53-
YUV95.04142.66205.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.55%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=56.55%
G=9.75%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033512100.830.400.20329.2970.5946.67
HexCB23790532814149472f
Octal313431710123502451110757
Binary11001011100011111100101010011101000101001010010011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2379; }

 p { color: rgb(203,35,121); }

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

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

 a { background-color: rgb(203,35,121); }

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

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

 span { border-color: rgb(203,35,121); }

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