Html Css Color HEX #C921AD Medium Violet Red

📋 copy color: '#C921AD'

red 201 ◦ green 33 ◦ blue 173

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

Shades of Medium Violet Red #C921AD

Tints of Medium Violet Red #C921AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.11%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 49.39%
G = 8.11%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C921AD (or 0xC921AD) is known color: Medium Violet Red. HEX triplet: C9, 21 and AD. RGB value is (201,33,173). Sum of RGB (Red+Green+Blue) = 201+33+173=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C921AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921AD is #36DE52. Grayscale: #626262. Windows color (decimal): -3595859 or 11346377. OLE color: 11346377.

HSL color Cylindrical-coordinate representation of color #C921AD: hue angle of 310º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921AD is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 173 -
CMYK 0 0.84 0.14 0.21
HSL 310º 0.72% 0.46% -
HSV(B) 310º 0.84% 0.79% -
XYZ 32.17 16.52 41.03 -
YUV 99.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 201 33 173 0 0.84 0.14 0.21 310 0.72 0.46
Hex C9 21 AD 0 54 E 15 136 48 2E
Octal 311 41 255 0 124 16 25 466 110 56
Binary 11001001 100001 10101101 0 1010100 1110 10101 100110110 1001000 101110

Color Harmonies of #C921AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921AD

Black with #C921AD

Text Example


Text Example

White with #C921AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921AD; }

 p { color: rgb(201,33,173); }

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

background-color css

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

 a { background-color: rgb(201,33,173); }

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

border-color css

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

 span { border-color: rgb(201,33,173); }

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