Html Css Color HEX #C9217B Medium Violet Red

📋 copy color: '#C9217B'

red 201 ◦ green 33 ◦ blue 123

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

Shades of Medium Violet Red #C9217B

Tints of Medium Violet Red #C9217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 56.3%
G = 9.24%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9217B (or 0xC9217B) is known color: Medium Violet Red. HEX triplet: C9, 21 and 7B. RGB value is (201,33,123). Sum of RGB (Red+Green+Blue) = 201+33+123=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9217B is #36DE84. Grayscale: #5D5D5D. Windows color (decimal): -3595909 or 8069577. OLE color: 8069577.

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

Color convert

RGB 201 33 123 -
CMYK 0 0.84 0.39 0.21
HSL 327.86º 0.72% 0.46% -
HSV(B) 327.86º 0.84% 0.79% -
XYZ 28.21 14.94 20.14 -
YUV 93.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 201 33 123 0 0.84 0.39 0.21 327.86 0.72 0.46
Hex C9 21 7B 0 54 27 15 148 48 2E
Octal 311 41 173 0 124 47 25 510 110 56
Binary 11001001 100001 1111011 0 1010100 100111 10101 101001000 1001000 101110

Color Harmonies of #C9217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9217B

Black with #C9217B

Text Example


Text Example

White with #C9217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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