Html Css Color HEX #C81FAB Medium Violet Red

📋 copy color: '#C81FAB'

red 200 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #C81FAB

Tints of Medium Violet Red #C81FAB

RGB

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

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

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

R = 49.75%
G = 7.71%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C81FAB (or 0xC81FAB) is known color: Medium Violet Red. HEX triplet: C8, 1F and AB. RGB value is (200,31,171). Sum of RGB (Red+Green+Blue) = 200+31+171=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C81FAB is #37E054. Grayscale: #616161. Windows color (decimal): -3661909 or 11214792. OLE color: 11214792.

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

Color convert

RGB 200 31 171 -
CMYK 0 0.84 0.14 0.22
HSL 310.3º 0.73% 0.45% -
HSV(B) 310.3º 0.85% 0.78% -
XYZ 31.66 16.2 39.99 -
YUV 97.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 200 31 171 0 0.84 0.14 0.22 310.3 0.73 0.45
Hex C8 1F AB 0 54 E 16 136 49 2D
Octal 310 37 253 0 124 16 26 466 111 55
Binary 11001000 11111 10101011 0 1010100 1110 10110 100110110 1001001 101101

Color Harmonies of #C81FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81FAB

Black with #C81FAB

Text Example


Text Example

White with #C81FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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