Html Css Color HEX #C932A6 Medium Red Violet

📋 copy color: '#C932A6'

red 201 ◦ green 50 ◦ blue 166

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

Shades of Medium Red Violet #C932A6

Tints of Medium Red Violet #C932A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 48.2%
G = 11.99%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C932A6 (or 0xC932A6) is known color: Medium Red Violet. HEX triplet: C9, 32 and A6. RGB value is (201,50,166). Sum of RGB (Red+Green+Blue) = 201+50+166=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C932A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932A6 is #36CD59. Grayscale: #6C6C6C. Windows color (decimal): -3591514 or 10891977. OLE color: 10891977.

HSL color Cylindrical-coordinate representation of color #C932A6: hue angle of 313.91º 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 #C932A6 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 166 -
CMYK 0 0.75 0.17 0.21
HSL 313.91º 0.6% 0.49% -
HSV(B) 313.91º 0.75% 0.79% -
XYZ 32.11 17.45 37.75 -
YUV 108.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 201 50 166 0 0.75 0.17 0.21 313.91 0.6 0.49
Hex C9 32 A6 0 4B 11 15 13A 3C 31
Octal 311 62 246 0 113 21 25 472 74 61
Binary 11001001 110010 10100110 0 1001011 10001 10101 100111010 111100 110001

Color Harmonies of #C932A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932A6

Black with #C932A6

Text Example


Text Example

White with #C932A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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