Html Css Color HEX #C9218F Medium Violet Red

📋 copy color: '#C9218F'

red 201 ◦ green 33 ◦ blue 143

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

Shades of Medium Violet Red #C9218F

Tints of Medium Violet Red #C9218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 53.32%
G = 8.75%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9218F (or 0xC9218F) is known color: Medium Violet Red. HEX triplet: C9, 21 and 8F. RGB value is (201,33,143). Sum of RGB (Red+Green+Blue) = 201+33+143=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9218F is #36DE70. Grayscale: #5F5F5F. Windows color (decimal): -3595889 or 9380297. OLE color: 9380297.

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

Color convert

RGB 201 33 143 -
CMYK 0 0.84 0.29 0.21
HSL 320.71º 0.72% 0.46% -
HSV(B) 320.71º 0.84% 0.79% -
XYZ 29.59 15.49 27.42 -
YUV 95.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 201 33 143 0 0.84 0.29 0.21 320.71 0.72 0.46
Hex C9 21 8F 0 54 1D 15 141 48 2E
Octal 311 41 217 0 124 35 25 501 110 56
Binary 11001001 100001 10001111 0 1010100 11101 10101 101000001 1001000 101110

Color Harmonies of #C9218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9218F

Black with #C9218F

Text Example


Text Example

White with #C9218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9218F; }

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

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

background-color css

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

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

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

border-color css

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

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

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