Html Css Color HEX #C8049E Medium Violet Red

📋 copy color: '#C8049E'

red 200 ◦ green 4 ◦ blue 158

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

Shades of Medium Violet Red #C8049E

Tints of Medium Violet Red #C8049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 55.25%
G = 1.1%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8049E (or 0xC8049E) is known color: Medium Violet Red. HEX triplet: C8, 04 and 9E. RGB value is (200,4,158). Sum of RGB (Red+Green+Blue) = 200+4+158=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8049E is #37FB61. Grayscale: #4F4F4F. Windows color (decimal): -3668834 or 10355912. OLE color: 10355912.

HSL color Cylindrical-coordinate representation of color #C8049E: hue angle of 312.86º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8049E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 158 -
CMYK 0 0.98 0.21 0.22
HSL 312.86º 0.96% 0.4% -
HSV(B) 312.86º 0.98% 0.78% -
XYZ 30.03 14.83 33.63 -
YUV 80.16 171.93 213.48 -
System Red Green Blue C M Y K H S L
Decimal 200 4 158 0 0.98 0.21 0.22 312.86 0.96 0.4
Hex C8 4 9E 0 62 15 16 139 60 28
Octal 310 4 236 0 142 25 26 471 140 50
Binary 11001000 100 10011110 0 1100010 10101 10110 100111001 1100000 101000

Color Harmonies of #C8049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8049E

Black with #C8049E

Text Example


Text Example

White with #C8049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8049E; }

 p { color: rgb(200,4,158); }

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

background-color css

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

 a { background-color: rgb(200,4,158); }

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

border-color css

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

 span { border-color: rgb(200,4,158); }

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