Html Css Color HEX #C9208D Medium Violet Red

📋 copy color: '#C9208D'

red 201 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #C9208D

Tints of Medium Violet Red #C9208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.56%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 53.74%
G = 8.56%
B = 37.7%

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

#C9208D (or 0xC9208D) is known color: Medium Violet Red. HEX triplet: C9, 20 and 8D. RGB value is (201,32,141). Sum of RGB (Red+Green+Blue) = 201+32+141=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9208D is #36DF72. Grayscale: #5E5E5E. Windows color (decimal): -3596147 or 9248969. OLE color: 9248969.

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

Color convert

RGB 201 32 141 -
CMYK 0 0.84 0.30 0.21
HSL 321.3º 0.73% 0.46% -
HSV(B) 321.3º 0.84% 0.79% -
XYZ 29.41 15.37 26.62 -
YUV 94.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 201 32 141 0 0.84 0.30 0.21 321.3 0.73 0.46
Hex C9 20 8D 0 54 1E 15 141 49 2E
Octal 311 40 215 0 124 36 25 501 111 56
Binary 11001001 100000 10001101 0 1010100 11110 10101 101000001 1001001 101110

Color Harmonies of #C9208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9208D

Black with #C9208D

Text Example


Text Example

White with #C9208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9208D; }

 p { color: rgb(201,32,141); }

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

background-color css

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

 a { background-color: rgb(201,32,141); }

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

border-color css

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

 span { border-color: rgb(201,32,141); }

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