Html Css Color HEX #C32392 Medium Violet Red

📋 copy color: '#C32392'

red 195 ◦ green 35 ◦ blue 146

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

Shades of Medium Violet Red #C32392

Tints of Medium Violet Red #C32392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.31%

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

R = 51.86%
G = 9.31%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C32392 (or 0xC32392) is known color: Medium Violet Red. HEX triplet: C3, 23 and 92. RGB value is (195,35,146). Sum of RGB (Red+Green+Blue) = 195+35+146=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C32392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32392 is #3CDC6D. Grayscale: #5F5F5F. Windows color (decimal): -3988590 or 9577411. OLE color: 9577411.

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

Color convert

RGB 195 35 146 -
CMYK 0 0.82 0.25 0.24
HSL 318.38º 0.7% 0.45% -
HSV(B) 318.38º 0.82% 0.76% -
XYZ 28.3 14.88 28.57 -
YUV 95.49 156.51 198.97 -
System Red Green Blue C M Y K H S L
Decimal 195 35 146 0 0.82 0.25 0.24 318.38 0.7 0.45
Hex C3 23 92 0 52 19 18 13E 46 2D
Octal 303 43 222 0 122 31 30 476 106 55
Binary 11000011 100011 10010010 0 1010010 11001 11000 100111110 1000110 101101

Color Harmonies of #C32392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32392

Black with #C32392

Text Example


Text Example

White with #C32392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32392; }

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

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

background-color css

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

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

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

border-color css

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

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

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