Html Css Color HEX #C81FAA Medium Violet Red

📋 copy color: '#C81FAA'

red 200 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #C81FAA

Tints of Medium Violet Red #C81FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.73%

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

R = 49.88%
G = 7.73%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C81FAA (or 0xC81FAA) is known color: Medium Violet Red. HEX triplet: C8, 1F and AA. RGB value is (200,31,170). Sum of RGB (Red+Green+Blue) = 200+31+170=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FAA is #37E055. Grayscale: #606060. Windows color (decimal): -3661910 or 11149256. OLE color: 11149256.

HSL color Cylindrical-coordinate representation of color #C81FAA: hue angle of 310.65º degrees, saturation: 0.73, 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 #C81FAA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 170 -
CMYK 0 0.84 0.15 0.22
HSL 310.65º 0.73% 0.45% -
HSV(B) 310.65º 0.85% 0.78% -
XYZ 31.57 16.16 39.49 -
YUV 97.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 200 31 170 0 0.84 0.15 0.22 310.65 0.73 0.45
Hex C8 1F AA 0 54 F 16 137 49 2D
Octal 310 37 252 0 124 17 26 467 111 55
Binary 11001000 11111 10101010 0 1010100 1111 10110 100110111 1001001 101101

Color Harmonies of #C81FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FAA

Black with #C81FAA

Text Example


Text Example

White with #C81FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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