Html Css Color HEX #CB1579 Medium Violet Red

📋 copy color: '#CB1579'

red 203 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #CB1579

Tints of Medium Violet Red #CB1579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 58.84%
G = 6.09%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB1579 (or 0xCB1579) is known color: Medium Violet Red. HEX triplet: CB, 15 and 79. RGB value is (203,21,121). Sum of RGB (Red+Green+Blue) = 203+21+121=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1579 is #34EA86. Grayscale: #565656. Windows color (decimal): -3467911 or 7935435. OLE color: 7935435.

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

Color convert

RGB 203 21 121 -
CMYK 0 0.90 0.40 0.20
HSL 327.03º 0.81% 0.44% -
HSV(B) 327.03º 0.9% 0.8% -
XYZ 28.35 14.61 19.42 -
YUV 86.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 203 21 121 0 0.90 0.40 0.20 327.03 0.81 0.44
Hex CB 15 79 0 5A 28 14 147 51 2C
Octal 313 25 171 0 132 50 24 507 121 54
Binary 11001011 10101 1111001 0 1011010 101000 10100 101000111 1010001 101100

Color Harmonies of #CB1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1579

Black with #CB1579

Text Example


Text Example

White with #CB1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1579; }

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

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

background-color css

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

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

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

border-color css

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

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

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