Html Css Color HEX #C918AB Medium Violet Red

📋 copy color: '#C918AB'

red 201 ◦ green 24 ◦ blue 171

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

Shades of Medium Violet Red #C918AB

Tints of Medium Violet Red #C918AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.06%

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

R = 50.76%
G = 6.06%
B = 43.18%

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

#C918AB (or 0xC918AB) is known color: Medium Violet Red. HEX triplet: C9, 18 and AB. RGB value is (201,24,171). Sum of RGB (Red+Green+Blue) = 201+24+171=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C918AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C918AB is #36E754. Grayscale: #5D5D5D. Windows color (decimal): -3598165 or 11213001. OLE color: 11213001.

HSL color Cylindrical-coordinate representation of color #C918AB: hue angle of 310.17º degrees, saturation: 0.79, 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 #C918AB is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 171 -
CMYK 0 0.88 0.15 0.21
HSL 310.17º 0.79% 0.44% -
HSV(B) 310.17º 0.88% 0.79% -
XYZ 31.76 16.01 39.94 -
YUV 93.68 171.64 204.55 -
System Red Green Blue C M Y K H S L
Decimal 201 24 171 0 0.88 0.15 0.21 310.17 0.79 0.44
Hex C9 18 AB 0 58 F 15 136 4F 2C
Octal 311 30 253 0 130 17 25 466 117 54
Binary 11001001 11000 10101011 0 1011000 1111 10101 100110110 1001111 101100

Color Harmonies of #C918AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918AB

Black with #C918AB

Text Example


Text Example

White with #C918AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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