Html Css Color HEX #C32492 Medium Violet Red

📋 copy color: '#C32492'

red 195 ◦ green 36 ◦ blue 146

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

Shades of Medium Violet Red #C32492

Tints of Medium Violet Red #C32492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.55%

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

R = 51.72%
G = 9.55%
B = 38.73%

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

#C32492 (or 0xC32492) is known color: Medium Violet Red. HEX triplet: C3, 24 and 92. RGB value is (195,36,146). Sum of RGB (Red+Green+Blue) = 195+36+146=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C32492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32492 is #3CDB6D. Grayscale: #5F5F5F. Windows color (decimal): -3988334 or 9577667. OLE color: 9577667.

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

Color convert

RGB 195 36 146 -
CMYK 0 0.82 0.25 0.24
HSL 318.49º 0.69% 0.45% -
HSV(B) 318.49º 0.82% 0.76% -
XYZ 28.32 14.94 28.58 -
YUV 96.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 195 36 146 0 0.82 0.25 0.24 318.49 0.69 0.45
Hex C3 24 92 0 52 19 18 13E 45 2D
Octal 303 44 222 0 122 31 30 476 105 55
Binary 11000011 100100 10010010 0 1010010 11001 11000 100111110 1000101 101101

Color Harmonies of #C32492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32492

Black with #C32492

Text Example


Text Example

White with #C32492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32492; }

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

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

background-color css

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

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

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

border-color css

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

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

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