Html Css Color HEX #C9217C Medium Violet Red

📋 copy color: '#C9217C'

red 201 ◦ green 33 ◦ blue 124

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

Shades of Medium Violet Red #C9217C

Tints of Medium Violet Red #C9217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 56.15%
G = 9.22%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9217C (or 0xC9217C) is known color: Medium Violet Red. HEX triplet: C9, 21 and 7C. RGB value is (201,33,124). Sum of RGB (Red+Green+Blue) = 201+33+124=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9217C is #36DE83. Grayscale: #5D5D5D. Windows color (decimal): -3595908 or 8135113. OLE color: 8135113.

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

Color convert

RGB 201 33 124 -
CMYK 0 0.84 0.38 0.21
HSL 327.5º 0.72% 0.46% -
HSV(B) 327.5º 0.84% 0.79% -
XYZ 28.27 14.96 20.47 -
YUV 93.61 145.16 204.6 -
System Red Green Blue C M Y K H S L
Decimal 201 33 124 0 0.84 0.38 0.21 327.5 0.72 0.46
Hex C9 21 7C 0 54 26 15 148 48 2E
Octal 311 41 174 0 124 46 25 510 110 56
Binary 11001001 100001 1111100 0 1010100 100110 10101 101001000 1001000 101110

Color Harmonies of #C9217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9217C

Black with #C9217C

Text Example


Text Example

White with #C9217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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