#CB3398

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

Shades of Medium Red Violet #CB3398

Tints of Medium Red Violet #CB3398

Color information

#CB3398 (or 0xCB3398) is unknown color: approx Medium Red Violet. HEX triplet: CB, 33 and 98. RGB value is (203,51,152). Sum of RGB (Red+Green+Blue) = 203+51+152=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3398 is #34CC67. Grayscale: #6B6B6B. Windows color (decimal): -3460200 or 9974731. OLE color: 9974731.

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

Color convert

RGB20351152-
CMYK00.750.250.20
HSL320.13º59.84%49.8%-
HSV(B)320.13º74.88%79.61%-
XYZ31.4817.3331.39-
YUV107.96152.86195.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 12.56%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=50%
G=12.56%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035115200.750.250.20320.1359.8449.8
HexCB339804B19141403c32
Octal31363230011331245007462
Binary1100101111001110011000010010111100110100101000000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3398; }

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

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

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

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

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

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

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

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