Html Css Color HEX #CC2179 Medium Violet Red

📋 copy color: '#CC2179'

red 204 ◦ green 33 ◦ blue 121

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

Shades of Medium Violet Red #CC2179

Tints of Medium Violet Red #CC2179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 56.98%
G = 9.22%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2179 (or 0xCC2179) is known color: Medium Violet Red. HEX triplet: CC, 21 and 79. RGB value is (204,33,121). Sum of RGB (Red+Green+Blue) = 204+33+121=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2179 is #33DE86. Grayscale: #5D5D5D. Windows color (decimal): -3399303 or 7938508. OLE color: 7938508.

HSL color Cylindrical-coordinate representation of color #CC2179: hue angle of 329.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2179 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 121 -
CMYK 0 0.84 0.41 0.2
HSL 329.12º 0.72% 0.46% -
HSV(B) 329.12º 0.84% 0.8% -
XYZ 28.9 15.31 19.52 -
YUV 94.16 143.15 206.34 -
System Red Green Blue C M Y K H S L
Decimal 204 33 121 0 0.84 0.41 0.2 329.12 0.72 0.46
Hex CC 21 79 0 54 29 14 149 48 2E
Octal 314 41 171 0 124 51 24 511 110 56
Binary 11001100 100001 1111001 0 1010100 101001 10100 101001001 1001000 101110

Color Harmonies of #CC2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2179

Black with #CC2179

Text Example


Text Example

White with #CC2179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2179; }

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

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

background-color css

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

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

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

border-color css

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

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

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