Html Css Color HEX #CB1590 Medium Violet Red

📋 copy color: '#CB1590'

red 203 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #CB1590

Tints of Medium Violet Red #CB1590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 55.16%
G = 5.71%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB1590 (or 0xCB1590) is known color: Medium Violet Red. HEX triplet: CB, 15 and 90. RGB value is (203,21,144). Sum of RGB (Red+Green+Blue) = 203+21+144=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1590 is #34EA6F. Grayscale: #595959. Windows color (decimal): -3467888 or 9442763. OLE color: 9442763.

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

Color convert

RGB 203 21 144 -
CMYK 0 0.90 0.29 0.20
HSL 319.45º 0.81% 0.44% -
HSV(B) 319.45º 0.9% 0.8% -
XYZ 29.93 15.25 27.75 -
YUV 89.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 203 21 144 0 0.90 0.29 0.20 319.45 0.81 0.44
Hex CB 15 90 0 5A 1D 14 13F 51 2C
Octal 313 25 220 0 132 35 24 477 121 54
Binary 11001011 10101 10010000 0 1011010 11101 10100 100111111 1010001 101100

Color Harmonies of #CB1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1590

Black with #CB1590

Text Example


Text Example

White with #CB1590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1590; }

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

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

background-color css

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

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

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

border-color css

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

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

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