Html Css Color HEX #C813AA Medium Violet Red

📋 copy color: '#C813AA'

red 200 ◦ green 19 ◦ blue 170

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

Shades of Medium Violet Red #C813AA

Tints of Medium Violet Red #C813AA

RGB

 RED value IS 200 (78.52% from 255) = 51.41%

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

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

R = 51.41%
G = 4.88%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C813AA (or 0xC813AA) is known color: Medium Violet Red. HEX triplet: C8, 13 and AA. RGB value is (200,19,170). Sum of RGB (Red+Green+Blue) = 200+19+170=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C813AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C813AA is #37EC55. Grayscale: #595959. Windows color (decimal): -3664982 or 11146184. OLE color: 11146184.

HSL color Cylindrical-coordinate representation of color #C813AA: hue angle of 309.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C813AA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 19 170 -
CMYK 0 0.90 0.15 0.22
HSL 309.94º 0.83% 0.43% -
HSV(B) 309.94º 0.91% 0.78% -
XYZ 31.31 15.65 39.4 -
YUV 90.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 200 19 170 0 0.90 0.15 0.22 309.94 0.83 0.43
Hex C8 13 AA 0 5A F 16 136 53 2B
Octal 310 23 252 0 132 17 26 466 123 53
Binary 11001000 10011 10101010 0 1011010 1111 10110 100110110 1010011 101011

Color Harmonies of #C813AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C813AA

Black with #C813AA

Text Example


Text Example

White with #C813AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C813AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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