Html Css Color HEX #C9208A Medium Violet Red

📋 copy color: '#C9208A'

red 201 ◦ green 32 ◦ blue 138

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

Shades of Medium Violet Red #C9208A

Tints of Medium Violet Red #C9208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 54.18%
G = 8.63%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9208A (or 0xC9208A) is known color: Medium Violet Red. HEX triplet: C9, 20 and 8A. RGB value is (201,32,138). Sum of RGB (Red+Green+Blue) = 201+32+138=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C9208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9208A is #36DF75. Grayscale: #5E5E5E. Windows color (decimal): -3596150 or 9052361. OLE color: 9052361.

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

Color convert

RGB 201 32 138 -
CMYK 0 0.84 0.31 0.21
HSL 322.37º 0.73% 0.46% -
HSV(B) 322.37º 0.84% 0.79% -
XYZ 29.19 15.29 25.46 -
YUV 94.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 201 32 138 0 0.84 0.31 0.21 322.37 0.73 0.46
Hex C9 20 8A 0 54 1F 15 142 49 2E
Octal 311 40 212 0 124 37 25 502 111 56
Binary 11001001 100000 10001010 0 1010100 11111 10101 101000010 1001001 101110

Color Harmonies of #C9208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9208A

Black with #C9208A

Text Example


Text Example

White with #C9208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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