Html Css Color HEX #C81AA5 Medium Violet Red

📋 copy color: '#C81AA5'

red 200 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #C81AA5

Tints of Medium Violet Red #C81AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

 BLUE value IS 165 (64.84% from 255) = 42.2%

R = 51.15%
G = 6.65%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C81AA5 (or 0xC81AA5) is known color: Medium Violet Red. HEX triplet: C8, 1A and A5. RGB value is (200,26,165). Sum of RGB (Red+Green+Blue) = 200+26+165=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81AA5 is #37E55A. Grayscale: #5D5D5D. Windows color (decimal): -3663195 or 10820296. OLE color: 10820296.

HSL color Cylindrical-coordinate representation of color #C81AA5: hue angle of 312.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81AA5 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 26 165 -
CMYK 0 0.87 0.18 0.22
HSL 312.07º 0.77% 0.44% -
HSV(B) 312.07º 0.87% 0.78% -
XYZ 30.98 15.73 37 -
YUV 93.87 168.15 203.7 -
System Red Green Blue C M Y K H S L
Decimal 200 26 165 0 0.87 0.18 0.22 312.07 0.77 0.44
Hex C8 1A A5 0 57 12 16 138 4D 2C
Octal 310 32 245 0 127 22 26 470 115 54
Binary 11001000 11010 10100101 0 1010111 10010 10110 100111000 1001101 101100

Color Harmonies of #C81AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AA5

Black with #C81AA5

Text Example


Text Example

White with #C81AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AA5; }

 p { color: rgb(200,26,165); }

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

background-color css

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

 a { background-color: rgb(200,26,165); }

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

border-color css

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

 span { border-color: rgb(200,26,165); }

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