Html Css Color HEX #C9208F Medium Violet Red

📋 copy color: '#C9208F'

red 201 ◦ green 32 ◦ blue 143

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

Shades of Medium Violet Red #C9208F

Tints of Medium Violet Red #C9208F

RGB

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

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

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

R = 53.46%
G = 8.51%
B = 38.03%

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

#C9208F (or 0xC9208F) is known color: Medium Violet Red. HEX triplet: C9, 20 and 8F. RGB value is (201,32,143). Sum of RGB (Red+Green+Blue) = 201+32+143=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9208F is #36DF70. Grayscale: #5E5E5E. Windows color (decimal): -3596145 or 9380041. OLE color: 9380041.

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

Color convert

RGB 201 32 143 -
CMYK 0 0.84 0.29 0.21
HSL 320.59º 0.73% 0.46% -
HSV(B) 320.59º 0.84% 0.79% -
XYZ 29.56 15.43 27.41 -
YUV 95.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 201 32 143 0 0.84 0.29 0.21 320.59 0.73 0.46
Hex C9 20 8F 0 54 1D 15 141 49 2E
Octal 311 40 217 0 124 35 25 501 111 56
Binary 11001001 100000 10001111 0 1010100 11101 10101 101000001 1001001 101110

Color Harmonies of #C9208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9208F

Black with #C9208F

Text Example


Text Example

White with #C9208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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