Html Css Color HEX #C810A8 Medium Violet Red

📋 copy color: '#C810A8'

red 200 ◦ green 16 ◦ blue 168

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

Shades of Medium Violet Red #C810A8

Tints of Medium Violet Red #C810A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.75%

R = 52.08%
G = 4.17%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C810A8 (or 0xC810A8) is known color: Medium Violet Red. HEX triplet: C8, 10 and A8. RGB value is (200,16,168). Sum of RGB (Red+Green+Blue) = 200+16+168=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C810A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C810A8 is #37EF57. Grayscale: #575757. Windows color (decimal): -3665752 or 11014344. OLE color: 11014344.

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

Color convert

RGB 200 16 168 -
CMYK 0 0.92 0.16 0.22
HSL 310.43º 0.85% 0.42% -
HSV(B) 310.43º 0.92% 0.78% -
XYZ 31.07 15.48 38.4 -
YUV 88.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 200 16 168 0 0.92 0.16 0.22 310.43 0.85 0.42
Hex C8 10 A8 0 5C 10 16 136 55 2A
Octal 310 20 250 0 134 20 26 466 125 52
Binary 11001000 10000 10101000 0 1011100 10000 10110 100110110 1010101 101010

Color Harmonies of #C810A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C810A8

Black with #C810A8

Text Example


Text Example

White with #C810A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C810A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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