#CB3798

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

Shades of Medium Red Violet #CB3798

Tints of Medium Red Violet #CB3798

Color information

#CB3798 (or 0xCB3798) is unknown color: approx Medium Red Violet. HEX triplet: CB, 37 and 98. RGB value is (203,55,152). Sum of RGB (Red+Green+Blue) = 203+55+152=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3798 is #34C867. Grayscale: #6E6E6E. Windows color (decimal): -3459176 or 9975755. OLE color: 9975755.

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

Color convert

RGB20355152-
CMYK00.730.250.20
HSL320.68º58.73%50.59%-
HSV(B)320.68º72.91%79.61%-
XYZ31.6617.731.45-
YUV110.31151.53194.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 55 (21.88% from 255) = 13.41%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=49.51%
G=13.41%
B=37.07%

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
Decimal2035515200.730.250.20320.6858.7350.59
HexCB379804919141413b33
Octal31367230011131245017363
Binary1100101111011110011000010010011100110100101000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3798; }

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

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

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

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

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

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

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

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