Html Css Color HEX #C810A0 Medium Violet Red

📋 copy color: '#C810A0'

red 200 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #C810A0

Tints of Medium Violet Red #C810A0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 53.19%
G = 4.26%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C810A0 (or 0xC810A0) is known color: Medium Violet Red. HEX triplet: C8, 10 and A0. RGB value is (200,16,160). Sum of RGB (Red+Green+Blue) = 200+16+160=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C810A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C810A0 is #37EF5F. Grayscale: #575757. Windows color (decimal): -3665760 or 10490056. OLE color: 10490056.

HSL color Cylindrical-coordinate representation of color #C810A0: hue angle of 313.04º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C810A0 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 16 160 -
CMYK 0 0.92 0.2 0.22
HSL 313.04º 0.85% 0.42% -
HSV(B) 313.04º 0.92% 0.78% -
XYZ 30.35 15.19 34.59 -
YUV 87.43 168.96 208.29 -
System Red Green Blue C M Y K H S L
Decimal 200 16 160 0 0.92 0.2 0.22 313.04 0.85 0.42
Hex C8 10 A0 0 5C 14 16 139 55 2A
Octal 310 20 240 0 134 24 26 471 125 52
Binary 11001000 10000 10100000 0 1011100 10100 10110 100111001 1010101 101010

Color Harmonies of #C810A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810A0

Black with #C810A0

Text Example


Text Example

White with #C810A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810A0; }

 p { color: rgb(200,16,160); }

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

background-color css

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

 a { background-color: rgb(200,16,160); }

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

border-color css

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

 span { border-color: rgb(200,16,160); }

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