Html Css Color HEX #CB1577 Medium Violet Red

📋 copy color: '#CB1577'

red 203 ◦ green 21 ◦ blue 119

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

Shades of Medium Violet Red #CB1577

Tints of Medium Violet Red #CB1577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 59.18%
G = 6.12%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB1577 (or 0xCB1577) is known color: Medium Violet Red. HEX triplet: CB, 15 and 77. RGB value is (203,21,119). Sum of RGB (Red+Green+Blue) = 203+21+119=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1577 is #34EA88. Grayscale: #565656. Windows color (decimal): -3467913 or 7804363. OLE color: 7804363.

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

Color convert

RGB 203 21 119 -
CMYK 0 0.90 0.41 0.20
HSL 327.69º 0.81% 0.44% -
HSV(B) 327.69º 0.9% 0.8% -
XYZ 28.23 14.56 18.78 -
YUV 86.59 146.3 211.03 -
System Red Green Blue C M Y K H S L
Decimal 203 21 119 0 0.90 0.41 0.20 327.69 0.81 0.44
Hex CB 15 77 0 5A 29 14 148 51 2C
Octal 313 25 167 0 132 51 24 510 121 54
Binary 11001011 10101 1110111 0 1011010 101001 10100 101001000 1010001 101100

Color Harmonies of #CB1577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1577

Black with #CB1577

Text Example


Text Example

White with #CB1577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1577; }

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

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

background-color css

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

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

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

border-color css

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

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

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