Html Css Color HEX #C913A9 Medium Violet Red

📋 copy color: '#C913A9'

red 201 ◦ green 19 ◦ blue 169

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

Shades of Medium Violet Red #C913A9

Tints of Medium Violet Red #C913A9

RGB

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

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

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

R = 51.67%
G = 4.88%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C913A9 (or 0xC913A9) is known color: Medium Violet Red. HEX triplet: C9, 13 and A9. RGB value is (201,19,169). Sum of RGB (Red+Green+Blue) = 201+19+169=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C913A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C913A9 is #36EC56. Grayscale: #5A5A5A. Windows color (decimal): -3599447 or 11080649. OLE color: 11080649.

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

Color convert

RGB 201 19 169 -
CMYK 0 0.91 0.16 0.21
HSL 310.55º 0.83% 0.43% -
HSV(B) 310.55º 0.91% 0.79% -
XYZ 31.48 15.75 38.92 -
YUV 90.52 172.3 206.8 -
System Red Green Blue C M Y K H S L
Decimal 201 19 169 0 0.91 0.16 0.21 310.55 0.83 0.43
Hex C9 13 A9 0 5B 10 15 137 53 2B
Octal 311 23 251 0 133 20 25 467 123 53
Binary 11001001 10011 10101001 0 1011011 10000 10101 100110111 1010011 101011

Color Harmonies of #C913A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913A9

Black with #C913A9

Text Example


Text Example

White with #C913A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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