Html Css Color HEX #C9218C Medium Violet Red

📋 copy color: '#C9218C'

red 201 ◦ green 33 ◦ blue 140

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

Shades of Medium Violet Red #C9218C

Tints of Medium Violet Red #C9218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 53.74%
G = 8.82%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9218C (or 0xC9218C) is known color: Medium Violet Red. HEX triplet: C9, 21 and 8C. RGB value is (201,33,140). Sum of RGB (Red+Green+Blue) = 201+33+140=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9218C is #36DE73. Grayscale: #5F5F5F. Windows color (decimal): -3595892 or 9183689. OLE color: 9183689.

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

Color convert

RGB 201 33 140 -
CMYK 0 0.84 0.30 0.21
HSL 321.79º 0.72% 0.46% -
HSV(B) 321.79º 0.84% 0.79% -
XYZ 29.36 15.4 26.24 -
YUV 95.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 201 33 140 0 0.84 0.30 0.21 321.79 0.72 0.46
Hex C9 21 8C 0 54 1E 15 142 48 2E
Octal 311 41 214 0 124 36 25 502 110 56
Binary 11001001 100001 10001100 0 1010100 11110 10101 101000010 1001000 101110

Color Harmonies of #C9218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9218C

Black with #C9218C

Text Example


Text Example

White with #C9218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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