Html Css Color HEX #CC2479 Medium Violet Red

📋 copy color: '#CC2479'

red 204 ◦ green 36 ◦ blue 121

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

Shades of Medium Violet Red #CC2479

Tints of Medium Violet Red #CC2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

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

R = 56.51%
G = 9.97%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2479 (or 0xCC2479) is known color: Medium Violet Red. HEX triplet: CC, 24 and 79. RGB value is (204,36,121). Sum of RGB (Red+Green+Blue) = 204+36+121=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2479 is #33DB86. Grayscale: #5F5F5F. Windows color (decimal): -3398535 or 7939276. OLE color: 7939276.

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

Color convert

RGB 204 36 121 -
CMYK 0 0.82 0.41 0.2
HSL 329.64º 0.7% 0.47% -
HSV(B) 329.64º 0.82% 0.8% -
XYZ 28.98 15.48 19.55 -
YUV 95.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 204 36 121 0 0.82 0.41 0.2 329.64 0.7 0.47
Hex CC 24 79 0 52 29 14 14A 46 2F
Octal 314 44 171 0 122 51 24 512 106 57
Binary 11001100 100100 1111001 0 1010010 101001 10100 101001010 1000110 101111

Color Harmonies of #CC2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2479

Black with #CC2479

Text Example


Text Example

White with #CC2479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2479; }

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

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

background-color css

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

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

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

border-color css

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

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

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