Html Css Color HEX #C932AA Medium Red Violet

📋 copy color: '#C932AA'

red 201 ◦ green 50 ◦ blue 170

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

Shades of Medium Red Violet #C932AA

Tints of Medium Red Violet #C932AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 47.74%
G = 11.88%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C932AA (or 0xC932AA) is known color: Medium Red Violet. HEX triplet: C9, 32 and AA. RGB value is (201,50,170). Sum of RGB (Red+Green+Blue) = 201+50+170=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C932AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932AA is #36CD55. Grayscale: #6C6C6C. Windows color (decimal): -3591510 or 11154121. OLE color: 11154121.

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

Color convert

RGB 201 50 170 -
CMYK 0 0.75 0.15 0.21
HSL 312.32º 0.6% 0.49% -
HSV(B) 312.32º 0.75% 0.79% -
XYZ 32.48 17.6 39.72 -
YUV 108.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 201 50 170 0 0.75 0.15 0.21 312.32 0.6 0.49
Hex C9 32 AA 0 4B F 15 138 3C 31
Octal 311 62 252 0 113 17 25 470 74 61
Binary 11001001 110010 10101010 0 1001011 1111 10101 100111000 111100 110001

Color Harmonies of #C932AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C932AA

Black with #C932AA

Text Example


Text Example

White with #C932AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C932AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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