Html Css Color HEX #C8209A Medium Violet Red

📋 copy color: '#C8209A'

red 200 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #C8209A

Tints of Medium Violet Red #C8209A

RGB

 RED value IS 200 (78.52% from 255) = 51.81%

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

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 51.81%
G = 8.29%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8209A (or 0xC8209A) is known color: Medium Violet Red. HEX triplet: C8, 20 and 9A. RGB value is (200,32,154). Sum of RGB (Red+Green+Blue) = 200+32+154=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8209A is #37DF65. Grayscale: #5F5F5F. Windows color (decimal): -3661670 or 10100936. OLE color: 10100936.

HSL color Cylindrical-coordinate representation of color #C8209A: hue angle of 316.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8209A is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 154 -
CMYK 0 0.84 0.23 0.22
HSL 316.43º 0.72% 0.45% -
HSV(B) 316.43º 0.84% 0.78% -
XYZ 30.17 15.65 32 -
YUV 96.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 200 32 154 0 0.84 0.23 0.22 316.43 0.72 0.45
Hex C8 20 9A 0 54 17 16 13C 48 2D
Octal 310 40 232 0 124 27 26 474 110 55
Binary 11001000 100000 10011010 0 1010100 10111 10110 100111100 1001000 101101

Color Harmonies of #C8209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8209A

Black with #C8209A

Text Example


Text Example

White with #C8209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8209A; }

 p { color: rgb(200,32,154); }

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

background-color css

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

 a { background-color: rgb(200,32,154); }

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

border-color css

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

 span { border-color: rgb(200,32,154); }

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