Html Css Color HEX #CC2379 Medium Violet Red

📋 copy color: '#CC2379'

red 204 ◦ green 35 ◦ blue 121

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

Shades of Medium Violet Red #CC2379

Tints of Medium Violet Red #CC2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

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

R = 56.67%
G = 9.72%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2379 (or 0xCC2379) is known color: Medium Violet Red. HEX triplet: CC, 23 and 79. RGB value is (204,35,121). Sum of RGB (Red+Green+Blue) = 204+35+121=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2379 is #33DC86. Grayscale: #5F5F5F. Windows color (decimal): -3398791 or 7939020. OLE color: 7939020.

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

Color convert

RGB 204 35 121 -
CMYK 0 0.83 0.41 0.2
HSL 329.47º 0.71% 0.47% -
HSV(B) 329.47º 0.83% 0.8% -
XYZ 28.95 15.42 19.54 -
YUV 95.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 204 35 121 0 0.83 0.41 0.2 329.47 0.71 0.47
Hex CC 23 79 0 53 29 14 149 47 2F
Octal 314 43 171 0 123 51 24 511 107 57
Binary 11001100 100011 1111001 0 1010011 101001 10100 101001001 1000111 101111

Color Harmonies of #CC2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2379

Black with #CC2379

Text Example


Text Example

White with #CC2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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