Html Css Color HEX #C932A9 Medium Red Violet

📋 copy color: '#C932A9'

red 201 ◦ green 50 ◦ blue 169

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

Shades of Medium Red Violet #C932A9

Tints of Medium Red Violet #C932A9

RGB

 RED value IS 201 (78.91% from 255) = 47.86%

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 47.86%
G = 11.9%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C932A9 (or 0xC932A9) is known color: Medium Red Violet. HEX triplet: C9, 32 and A9. RGB value is (201,50,169). Sum of RGB (Red+Green+Blue) = 201+50+169=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C932A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932A9 is #36CD56. Grayscale: #6C6C6C. Windows color (decimal): -3591511 or 11088585. OLE color: 11088585.

HSL color Cylindrical-coordinate representation of color #C932A9: hue angle of 312.72º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C932A9 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 169 -
CMYK 0 0.75 0.16 0.21
HSL 312.72º 0.6% 0.49% -
HSV(B) 312.72º 0.75% 0.79% -
XYZ 32.39 17.56 39.22 -
YUV 108.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 201 50 169 0 0.75 0.16 0.21 312.72 0.6 0.49
Hex C9 32 A9 0 4B 10 15 139 3C 31
Octal 311 62 251 0 113 20 25 471 74 61
Binary 11001001 110010 10101001 0 1001011 10000 10101 100111001 111100 110001

Color Harmonies of #C932A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932A9

Black with #C932A9

Text Example


Text Example

White with #C932A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932A9; }

 p { color: rgb(201,50,169); }

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

background-color css

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

 a { background-color: rgb(201,50,169); }

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

border-color css

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

 span { border-color: rgb(201,50,169); }

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