Html Css Color HEX #C913AA Medium Violet Red

📋 copy color: '#C913AA'

red 201 ◦ green 19 ◦ blue 170

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

Shades of Medium Violet Red #C913AA

Tints of Medium Violet Red #C913AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

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

R = 51.54%
G = 4.87%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C913AA (or 0xC913AA) is known color: Medium Violet Red. HEX triplet: C9, 13 and AA. RGB value is (201,19,170). Sum of RGB (Red+Green+Blue) = 201+19+170=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C913AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C913AA is #36EC55. Grayscale: #5A5A5A. Windows color (decimal): -3599446 or 11146185. OLE color: 11146185.

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

Color convert

RGB 201 19 170 -
CMYK 0 0.91 0.15 0.21
HSL 310.22º 0.83% 0.43% -
HSV(B) 310.22º 0.91% 0.79% -
XYZ 31.58 15.79 39.41 -
YUV 90.63 172.8 206.72 -
System Red Green Blue C M Y K H S L
Decimal 201 19 170 0 0.91 0.15 0.21 310.22 0.83 0.43
Hex C9 13 AA 0 5B F 15 136 53 2B
Octal 311 23 252 0 133 17 25 466 123 53
Binary 11001001 10011 10101010 0 1011011 1111 10101 100110110 1010011 101011

Color Harmonies of #C913AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913AA

Black with #C913AA

Text Example


Text Example

White with #C913AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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