Html Css Color HEX #C81AAB Medium Violet Red

📋 copy color: '#C81AAB'

red 200 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #C81AAB

Tints of Medium Violet Red #C81AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 50.38%
G = 6.55%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C81AAB (or 0xC81AAB) is known color: Medium Violet Red. HEX triplet: C8, 1A and AB. RGB value is (200,26,171). Sum of RGB (Red+Green+Blue) = 200+26+171=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C81AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81AAB is #37E554. Grayscale: #5E5E5E. Windows color (decimal): -3663189 or 11213512. OLE color: 11213512.

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

Color convert

RGB 200 26 171 -
CMYK 0 0.87 0.14 0.22
HSL 310º 0.77% 0.44% -
HSV(B) 310º 0.87% 0.78% -
XYZ 31.54 15.96 39.95 -
YUV 94.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 200 26 171 0 0.87 0.14 0.22 310 0.77 0.44
Hex C8 1A AB 0 57 E 16 136 4D 2C
Octal 310 32 253 0 127 16 26 466 115 54
Binary 11001000 11010 10101011 0 1010111 1110 10110 100110110 1001101 101100

Color Harmonies of #C81AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81AAB

Black with #C81AAB

Text Example


Text Example

White with #C81AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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