Html Css Color HEX #C919AB Medium Violet Red

📋 copy color: '#C919AB'

red 201 ◦ green 25 ◦ blue 171

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

Shades of Medium Violet Red #C919AB

Tints of Medium Violet Red #C919AB

RGB

 RED value IS 201 (78.91% from 255) = 50.63%

 GREEN value IS 25 (10.16% from 255) = 6.3%

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

R = 50.63%
G = 6.3%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C919AB (or 0xC919AB) is known color: Medium Violet Red. HEX triplet: C9, 19 and AB. RGB value is (201,25,171). Sum of RGB (Red+Green+Blue) = 201+25+171=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C919AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C919AB is #36E654. Grayscale: #5D5D5D. Windows color (decimal): -3597909 or 11213257. OLE color: 11213257.

HSL color Cylindrical-coordinate representation of color #C919AB: hue angle of 310.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919AB is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 171 -
CMYK 0 0.88 0.15 0.21
HSL 310.23º 0.78% 0.44% -
HSV(B) 310.23º 0.88% 0.79% -
XYZ 31.79 16.05 39.95 -
YUV 94.27 171.31 204.13 -
System Red Green Blue C M Y K H S L
Decimal 201 25 171 0 0.88 0.15 0.21 310.23 0.78 0.44
Hex C9 19 AB 0 58 F 15 136 4E 2C
Octal 311 31 253 0 130 17 25 466 116 54
Binary 11001001 11001 10101011 0 1011000 1111 10101 100110110 1001110 101100

Color Harmonies of #C919AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919AB

Black with #C919AB

Text Example


Text Example

White with #C919AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919AB; }

 p { color: rgb(201,25,171); }

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

background-color css

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

 a { background-color: rgb(201,25,171); }

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

border-color css

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

 span { border-color: rgb(201,25,171); }

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