Html Css Color HEX #CB0979 Medium Violet Red

📋 copy color: '#CB0979'

red 203 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #CB0979

Tints of Medium Violet Red #CB0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.7%

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

R = 60.96%
G = 2.7%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB0979 (or 0xCB0979) is known color: Medium Violet Red. HEX triplet: CB, 09 and 79. RGB value is (203,9,121). Sum of RGB (Red+Green+Blue) = 203+9+121=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0979 is #34F686. Grayscale: #4F4F4F. Windows color (decimal): -3470983 or 7932363. OLE color: 7932363.

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

Color convert

RGB 203 9 121 -
CMYK 0 0.96 0.40 0.20
HSL 325.36º 0.92% 0.42% -
HSV(B) 325.36º 0.96% 0.8% -
XYZ 28.18 14.27 19.36 -
YUV 79.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 203 9 121 0 0.96 0.40 0.20 325.36 0.92 0.42
Hex CB 9 79 0 60 28 14 145 5C 2A
Octal 313 11 171 0 140 50 24 505 134 52
Binary 11001011 1001 1111001 0 1100000 101000 10100 101000101 1011100 101010

Color Harmonies of #CB0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0979

Black with #CB0979

Text Example


Text Example

White with #CB0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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