Html Css Color HEX #CB1587 Medium Violet Red

📋 copy color: '#CB1587'

red 203 ◦ green 21 ◦ blue 135

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

Shades of Medium Violet Red #CB1587

Tints of Medium Violet Red #CB1587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 56.55%
G = 5.85%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB1587 (or 0xCB1587) is known color: Medium Violet Red. HEX triplet: CB, 15 and 87. RGB value is (203,21,135). Sum of RGB (Red+Green+Blue) = 203+21+135=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1587 is #34EA78. Grayscale: #585858. Windows color (decimal): -3467897 or 8852939. OLE color: 8852939.

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

Color convert

RGB 203 21 135 -
CMYK 0 0.90 0.33 0.20
HSL 322.42º 0.81% 0.44% -
HSV(B) 322.42º 0.9% 0.8% -
XYZ 29.27 14.98 24.27 -
YUV 88.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 203 21 135 0 0.90 0.33 0.20 322.42 0.81 0.44
Hex CB 15 87 0 5A 21 14 142 51 2C
Octal 313 25 207 0 132 41 24 502 121 54
Binary 11001011 10101 10000111 0 1011010 100001 10100 101000010 1010001 101100

Color Harmonies of #CB1587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1587

Black with #CB1587

Text Example


Text Example

White with #CB1587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1587; }

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

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

background-color css

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

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

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

border-color css

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

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

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