Html Css Color HEX #C32178 Medium Violet Red

📋 copy color: '#C32178'

red 195 ◦ green 33 ◦ blue 120

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

Shades of Medium Violet Red #C32178

Tints of Medium Violet Red #C32178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

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

R = 56.03%
G = 9.48%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C32178 (or 0xC32178) is known color: Medium Violet Red. HEX triplet: C3, 21 and 78. RGB value is (195,33,120). Sum of RGB (Red+Green+Blue) = 195+33+120=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C32178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32178 is #3CDE87. Grayscale: #5B5B5B. Windows color (decimal): -3989128 or 7872963. OLE color: 7872963.

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

Color convert

RGB 195 33 120 -
CMYK 0 0.83 0.38 0.24
HSL 327.78º 0.71% 0.45% -
HSV(B) 327.78º 0.83% 0.76% -
XYZ 26.44 14.05 19.09 -
YUV 91.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 195 33 120 0 0.83 0.38 0.24 327.78 0.71 0.45
Hex C3 21 78 0 53 26 18 148 47 2D
Octal 303 41 170 0 123 46 30 510 107 55
Binary 11000011 100001 1111000 0 1010011 100110 11000 101001000 1000111 101101

Color Harmonies of #C32178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32178

Black with #C32178

Text Example


Text Example

White with #C32178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32178; }

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

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

background-color css

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

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

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

border-color css

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

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

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