Html Css Color HEX #C921AA Medium Violet Red

📋 copy color: '#C921AA'

red 201 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #C921AA

Tints of Medium Violet Red #C921AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

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

R = 49.75%
G = 8.17%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C921AA (or 0xC921AA) is known color: Medium Violet Red. HEX triplet: C9, 21 and AA. RGB value is (201,33,170). Sum of RGB (Red+Green+Blue) = 201+33+170=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C921AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921AA is #36DE55. Grayscale: #626262. Windows color (decimal): -3595862 or 11149769. OLE color: 11149769.

HSL color Cylindrical-coordinate representation of color #C921AA: hue angle of 311.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921AA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 170 -
CMYK 0 0.84 0.15 0.21
HSL 311.07º 0.72% 0.46% -
HSV(B) 311.07º 0.84% 0.79% -
XYZ 31.89 16.41 39.52 -
YUV 98.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 201 33 170 0 0.84 0.15 0.21 311.07 0.72 0.46
Hex C9 21 AA 0 54 F 15 137 48 2E
Octal 311 41 252 0 124 17 25 467 110 56
Binary 11001001 100001 10101010 0 1010100 1111 10101 100110111 1001000 101110

Color Harmonies of #C921AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921AA

Black with #C921AA

Text Example


Text Example

White with #C921AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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