Html Css Color HEX #C32A95 Medium Red Violet

📋 copy color: '#C32A95'

red 195 ◦ green 42 ◦ blue 149

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

Shades of Medium Red Violet #C32A95

Tints of Medium Red Violet #C32A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.88%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 50.52%
G = 10.88%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C32A95 (or 0xC32A95) is known color: Medium Red Violet. HEX triplet: C3, 2A and 95. RGB value is (195,42,149). Sum of RGB (Red+Green+Blue) = 195+42+149=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A95 is #3CD56A. Grayscale: #636363. Windows color (decimal): -3986795 or 9775811. OLE color: 9775811.

HSL color Cylindrical-coordinate representation of color #C32A95: hue angle of 318.04º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A95 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 42 149 -
CMYK 0 0.78 0.24 0.24
HSL 318.04º 0.65% 0.46% -
HSV(B) 318.04º 0.78% 0.76% -
XYZ 28.76 15.43 29.9 -
YUV 99.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 195 42 149 0 0.78 0.24 0.24 318.04 0.65 0.46
Hex C3 2A 95 0 4E 18 18 13E 41 2E
Octal 303 52 225 0 116 30 30 476 101 56
Binary 11000011 101010 10010101 0 1001110 11000 11000 100111110 1000001 101110

Color Harmonies of #C32A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A95

Black with #C32A95

Text Example


Text Example

White with #C32A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A95; }

 p { color: rgb(195,42,149); }

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

background-color css

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

 a { background-color: rgb(195,42,149); }

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

border-color css

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

 span { border-color: rgb(195,42,149); }

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