#CB3799

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

Shades of Medium Red Violet #CB3799

Tints of Medium Red Violet #CB3799

Color information

#CB3799 (or 0xCB3799) is unknown color: approx Medium Red Violet. HEX triplet: CB, 37 and 99. RGB value is (203,55,153). Sum of RGB (Red+Green+Blue) = 203+55+153=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3799 is #34C866. Grayscale: #6E6E6E. Windows color (decimal): -3459175 or 10041291. OLE color: 10041291.

HSL color Cylindrical-coordinate representation of color #CB3799: hue angle of 320.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3799 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB20355153-
CMYK00.730.250.20
HSL320.27º58.73%50.59%-
HSV(B)320.27º72.91%79.61%-
XYZ31.7417.7331.89-
YUV110.42152.03194.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.39%
GREEN value IS 55 (21.88% from 255) = 13.38%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=49.39%
G=13.38%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035515300.730.250.20320.2758.7350.59
HexCB379904919141403b33
Octal31367231011131245007363
Binary1100101111011110011001010010011100110100101000000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3799; }

 p { color: rgb(203,55,153); }

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

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

 a { background-color: rgb(203,55,153); }

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

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

 span { border-color: rgb(203,55,153); }

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