Html Css Color HEX #CB1979 Medium Violet Red

📋 copy color: '#CB1979'

red 203 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #CB1979

Tints of Medium Violet Red #CB1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.16%

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

R = 58.17%
G = 7.16%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB1979 (or 0xCB1979) is known color: Medium Violet Red. HEX triplet: CB, 19 and 79. RGB value is (203,25,121). Sum of RGB (Red+Green+Blue) = 203+25+121=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1979 is #34E686. Grayscale: #585858. Windows color (decimal): -3466887 or 7936459. OLE color: 7936459.

HSL color Cylindrical-coordinate representation of color #CB1979: hue angle of 327.64º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1979 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 121 -
CMYK 0 0.88 0.40 0.20
HSL 327.64º 0.78% 0.45% -
HSV(B) 327.64º 0.88% 0.8% -
XYZ 28.43 14.77 19.44 -
YUV 89.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 203 25 121 0 0.88 0.40 0.20 327.64 0.78 0.45
Hex CB 19 79 0 58 28 14 148 4E 2D
Octal 313 31 171 0 130 50 24 510 116 55
Binary 11001011 11001 1111001 0 1011000 101000 10100 101001000 1001110 101101

Color Harmonies of #CB1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1979

Black with #CB1979

Text Example


Text Example

White with #CB1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1979; }

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

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

background-color css

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

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

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

border-color css

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

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

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