Html Css Color HEX #C8049F Medium Violet Red

📋 copy color: '#C8049F'

red 200 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #C8049F

Tints of Medium Violet Red #C8049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 55.1%
G = 1.1%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8049F (or 0xC8049F) is known color: Medium Violet Red. HEX triplet: C8, 04 and 9F. RGB value is (200,4,159). Sum of RGB (Red+Green+Blue) = 200+4+159=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8049F is #37FB60. Grayscale: #4F4F4F. Windows color (decimal): -3668833 or 10421448. OLE color: 10421448.

HSL color Cylindrical-coordinate representation of color #C8049F: hue angle of 312.55º 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 #C8049F is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 159 -
CMYK 0 0.98 0.20 0.22
HSL 312.55º 0.96% 0.4% -
HSV(B) 312.55º 0.98% 0.78% -
XYZ 30.12 14.87 34.08 -
YUV 80.27 172.43 213.4 -
System Red Green Blue C M Y K H S L
Decimal 200 4 159 0 0.98 0.20 0.22 312.55 0.96 0.4
Hex C8 4 9F 0 62 14 16 139 60 28
Octal 310 4 237 0 142 24 26 471 140 50
Binary 11001000 100 10011111 0 1100010 10100 10110 100111001 1100000 101000

Color Harmonies of #C8049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8049F

Black with #C8049F

Text Example


Text Example

White with #C8049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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