Html Css Color HEX #C32078 Medium Violet Red

📋 copy color: '#C32078'

red 195 ◦ green 32 ◦ blue 120

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

Shades of Medium Violet Red #C32078

Tints of Medium Violet Red #C32078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 56.2%
G = 9.22%
B = 34.58%

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

#C32078 (or 0xC32078) is known color: Medium Violet Red. HEX triplet: C3, 20 and 78. RGB value is (195,32,120). Sum of RGB (Red+Green+Blue) = 195+32+120=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C32078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32078 is #3CDF87. Grayscale: #5A5A5A. Windows color (decimal): -3989384 or 7872707. OLE color: 7872707.

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

Color convert

RGB 195 32 120 -
CMYK 0 0.84 0.38 0.24
HSL 327.61º 0.72% 0.45% -
HSV(B) 327.61º 0.84% 0.76% -
XYZ 26.41 13.99 19.08 -
YUV 90.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 195 32 120 0 0.84 0.38 0.24 327.61 0.72 0.45
Hex C3 20 78 0 54 26 18 148 48 2D
Octal 303 40 170 0 124 46 30 510 110 55
Binary 11000011 100000 1111000 0 1010100 100110 11000 101001000 1001000 101101

Color Harmonies of #C32078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32078

Black with #C32078

Text Example


Text Example

White with #C32078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32078; }

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

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

background-color css

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

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

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

border-color css

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

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

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