Html Css Color HEX #CC1C79 Medium Violet Red

📋 copy color: '#CC1C79'

red 204 ◦ green 28 ◦ blue 121

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

Shades of Medium Violet Red #CC1C79

Tints of Medium Violet Red #CC1C79

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

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

R = 57.79%
G = 7.93%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC1C79 (or 0xCC1C79) is known color: Medium Violet Red. HEX triplet: CC, 1C and 79. RGB value is (204,28,121). Sum of RGB (Red+Green+Blue) = 204+28+121=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C79 is #33E386. Grayscale: #5B5B5B. Windows color (decimal): -3400583 or 7937228. OLE color: 7937228.

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

Color convert

RGB 204 28 121 -
CMYK 0 0.86 0.41 0.2
HSL 328.3º 0.76% 0.45% -
HSV(B) 328.3º 0.86% 0.8% -
XYZ 28.77 15.05 19.48 -
YUV 91.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 204 28 121 0 0.86 0.41 0.2 328.3 0.76 0.45
Hex CC 1C 79 0 56 29 14 148 4C 2D
Octal 314 34 171 0 126 51 24 510 114 55
Binary 11001100 11100 1111001 0 1010110 101001 10100 101001000 1001100 101101

Color Harmonies of #CC1C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C79

Black with #CC1C79

Text Example


Text Example

White with #CC1C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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