Html Css Color HEX #CB1598 Medium Violet Red

📋 copy color: '#CB1598'

red 203 ◦ green 21 ◦ blue 152

#CB1598
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CB1598

Tints of Medium Violet Red #CB1598

RGB

 RED value IS 203 (79.69% from 255) = 53.99%

 GREEN value IS 21 (8.59% from 255) = 5.59%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 53.99%
G = 5.59%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB1598 (or 0xCB1598) is known color: Medium Violet Red. HEX triplet: CB, 15 and 98. RGB value is (203,21,152). Sum of RGB (Red+Green+Blue) = 203+21+152=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1598 is #34EA67. Grayscale: #5A5A5A. Windows color (decimal): -3467880 or 9967051. OLE color: 9967051.

HSL color Cylindrical-coordinate representation of color #CB1598: hue angle of 316.81º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1598 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 152 -
CMYK 0 0.90 0.25 0.20
HSL 316.81º 0.81% 0.44% -
HSV(B) 316.81º 0.9% 0.8% -
XYZ 30.56 15.5 31.09 -
YUV 90.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 203 21 152 0 0.90 0.25 0.20 316.81 0.81 0.44
Hex CB 15 98 0 5A 19 14 13D 51 2C
Octal 313 25 230 0 132 31 24 475 121 54
Binary 11001011 10101 10011000 0 1011010 11001 10100 100111101 1010001 101100

Color Harmonies of #CB1598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1598

Black with #CB1598

Text Example


Text Example

White with #CB1598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1598; }

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

 H1.HeaderClassName
 {
   color: #CB1598;
 }
 .AnyTagClassName
 {
   color: #CB1598;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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