Html Css Color HEX #C32079 Medium Violet Red

📋 copy color: '#C32079'

red 195 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #C32079

Tints of Medium Violet Red #C32079

RGB

 RED value IS 195 (76.56% from 255) = 56.03%

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 56.03%
G = 9.2%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C32079 (or 0xC32079) is known color: Medium Violet Red. HEX triplet: C3, 20 and 79. RGB value is (195,32,121). Sum of RGB (Red+Green+Blue) = 195+32+121=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C32079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32079 is #3CDF86. Grayscale: #5A5A5A. Windows color (decimal): -3989383 or 7938243. OLE color: 7938243.

HSL color Cylindrical-coordinate representation of color #C32079: hue angle of 327.24º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32079 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 121 -
CMYK 0 0.84 0.38 0.24
HSL 327.24º 0.72% 0.45% -
HSV(B) 327.24º 0.84% 0.76% -
XYZ 26.47 14.02 19.4 -
YUV 90.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 195 32 121 0 0.84 0.38 0.24 327.24 0.72 0.45
Hex C3 20 79 0 54 26 18 147 48 2D
Octal 303 40 171 0 124 46 30 507 110 55
Binary 11000011 100000 1111001 0 1010100 100110 11000 101000111 1001000 101101

Color Harmonies of #C32079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32079

Black with #C32079

Text Example


Text Example

White with #C32079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32079; }

 p { color: rgb(195,32,121); }

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

background-color css

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

 a { background-color: rgb(195,32,121); }

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

border-color css

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

 span { border-color: rgb(195,32,121); }

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