Html Css Color HEX #C32074 Medium Violet Red

📋 copy color: '#C32074'

red 195 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #C32074

Tints of Medium Violet Red #C32074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 56.85%
G = 9.33%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C32074 (or 0xC32074) is known color: Medium Violet Red. HEX triplet: C3, 20 and 74. RGB value is (195,32,116). Sum of RGB (Red+Green+Blue) = 195+32+116=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C32074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32074 is #3CDF8B. Grayscale: #5A5A5A. Windows color (decimal): -3989388 or 7610563. OLE color: 7610563.

HSL color Cylindrical-coordinate representation of color #C32074: hue angle of 329.08º 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 #C32074 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 116 -
CMYK 0 0.84 0.41 0.24
HSL 329.08º 0.72% 0.45% -
HSV(B) 329.08º 0.84% 0.76% -
XYZ 26.17 13.9 17.83 -
YUV 90.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 195 32 116 0 0.84 0.41 0.24 329.08 0.72 0.45
Hex C3 20 74 0 54 29 18 149 48 2D
Octal 303 40 164 0 124 51 30 511 110 55
Binary 11000011 100000 1110100 0 1010100 101001 11000 101001001 1001000 101101

Color Harmonies of #C32074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32074

Black with #C32074

Text Example


Text Example

White with #C32074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32074; }

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

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

background-color css

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

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

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

border-color css

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

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

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