Html Css Color HEX #CC1979 Medium Violet Red

📋 copy color: '#CC1979'

red 204 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #CC1979

Tints of Medium Violet Red #CC1979

RGB

 RED value IS 204 (80.08% from 255) = 58.29%

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

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

R = 58.29%
G = 7.14%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC1979 (or 0xCC1979) is known color: Medium Violet Red. HEX triplet: CC, 19 and 79. RGB value is (204,25,121). Sum of RGB (Red+Green+Blue) = 204+25+121=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1979 is #33E686. Grayscale: #595959. Windows color (decimal): -3401351 or 7936460. OLE color: 7936460.

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

Color convert

RGB 204 25 121 -
CMYK 0 0.88 0.41 0.2
HSL 327.82º 0.78% 0.45% -
HSV(B) 327.82º 0.88% 0.8% -
XYZ 28.7 14.91 19.45 -
YUV 89.47 145.8 209.69 -
System Red Green Blue C M Y K H S L
Decimal 204 25 121 0 0.88 0.41 0.2 327.82 0.78 0.45
Hex CC 19 79 0 58 29 14 148 4E 2D
Octal 314 31 171 0 130 51 24 510 116 55
Binary 11001100 11001 1111001 0 1011000 101001 10100 101001000 1001110 101101

Color Harmonies of #CC1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1979

Black with #CC1979

Text Example


Text Example

White with #CC1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1979; }

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

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

background-color css

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

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

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

border-color css

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

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

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