Html Css Color HEX #C81EAA Medium Violet Red

📋 copy color: '#C81EAA'

red 200 ◦ green 30 ◦ blue 170

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

Shades of Medium Violet Red #C81EAA

Tints of Medium Violet Red #C81EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.5%

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

R = 50%
G = 7.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C81EAA (or 0xC81EAA) is known color: Medium Violet Red. HEX triplet: C8, 1E and AA. RGB value is (200,30,170). Sum of RGB (Red+Green+Blue) = 200+30+170=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C81EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81EAA is #37E155. Grayscale: #606060. Windows color (decimal): -3662166 or 11149000. OLE color: 11149000.

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

Color convert

RGB 200 30 170 -
CMYK 0 0.85 0.15 0.22
HSL 310.59º 0.74% 0.45% -
HSV(B) 310.59º 0.85% 0.78% -
XYZ 31.54 16.11 39.48 -
YUV 96.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 200 30 170 0 0.85 0.15 0.22 310.59 0.74 0.45
Hex C8 1E AA 0 55 F 16 137 4A 2D
Octal 310 36 252 0 125 17 26 467 112 55
Binary 11001000 11110 10101010 0 1010101 1111 10110 100110111 1001010 101101

Color Harmonies of #C81EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81EAA

Black with #C81EAA

Text Example


Text Example

White with #C81EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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