Html Css Color HEX #C32192 Medium Violet Red

📋 copy color: '#C32192'

red 195 ◦ green 33 ◦ blue 146

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

Shades of Medium Violet Red #C32192

Tints of Medium Violet Red #C32192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 52.14%
G = 8.82%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32192 (or 0xC32192) is known color: Medium Violet Red. HEX triplet: C3, 21 and 92. RGB value is (195,33,146). Sum of RGB (Red+Green+Blue) = 195+33+146=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C32192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32192 is #3CDE6D. Grayscale: #5E5E5E. Windows color (decimal): -3989102 or 9576899. OLE color: 9576899.

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

Color convert

RGB 195 33 146 -
CMYK 0 0.83 0.25 0.24
HSL 318.15º 0.71% 0.45% -
HSV(B) 318.15º 0.83% 0.76% -
XYZ 28.24 14.77 28.56 -
YUV 94.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 195 33 146 0 0.83 0.25 0.24 318.15 0.71 0.45
Hex C3 21 92 0 53 19 18 13E 47 2D
Octal 303 41 222 0 123 31 30 476 107 55
Binary 11000011 100001 10010010 0 1010011 11001 11000 100111110 1000111 101101

Color Harmonies of #C32192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32192

Black with #C32192

Text Example


Text Example

White with #C32192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32192; }

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

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

background-color css

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

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

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

border-color css

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

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

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