Html Css Color HEX #C32A9F Medium Red Violet

📋 copy color: '#C32A9F'

red 195 ◦ green 42 ◦ blue 159

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

Shades of Medium Red Violet #C32A9F

Tints of Medium Red Violet #C32A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 49.24%
G = 10.61%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C32A9F (or 0xC32A9F) is known color: Medium Red Violet. HEX triplet: C3, 2A and 9F. RGB value is (195,42,159). Sum of RGB (Red+Green+Blue) = 195+42+159=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A9F is #3CD560. Grayscale: #646464. Windows color (decimal): -3986785 or 10431171. OLE color: 10431171.

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

Color convert

RGB 195 42 159 -
CMYK 0 0.78 0.18 0.24
HSL 314.12º 0.65% 0.46% -
HSV(B) 314.12º 0.78% 0.76% -
XYZ 29.59 15.76 34.28 -
YUV 101.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 195 42 159 0 0.78 0.18 0.24 314.12 0.65 0.46
Hex C3 2A 9F 0 4E 12 18 13A 41 2E
Octal 303 52 237 0 116 22 30 472 101 56
Binary 11000011 101010 10011111 0 1001110 10010 11000 100111010 1000001 101110

Color Harmonies of #C32A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A9F

Black with #C32A9F

Text Example


Text Example

White with #C32A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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