Html Css Color HEX #C6048E Medium Violet Red

📋 copy color: '#C6048E'

red 198 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #C6048E

Tints of Medium Violet Red #C6048E

RGB

 RED value IS 198 (77.73% from 255) = 57.56%

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

 BLUE value IS 142 (55.86% from 255) = 41.28%

R = 57.56%
G = 1.16%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6048E (or 0xC6048E) is known color: Medium Violet Red. HEX triplet: C6, 04 and 8E. RGB value is (198,4,142). Sum of RGB (Red+Green+Blue) = 198+4+142=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6048E is #39FB71. Grayscale: #4D4D4D. Windows color (decimal): -3799922 or 9307334. OLE color: 9307334.

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

Color convert

RGB 198 4 142 -
CMYK 0 0.98 0.28 0.22
HSL 317.32º 0.96% 0.4% -
HSV(B) 317.32º 0.98% 0.78% -
XYZ 28.21 14.05 26.82 -
YUV 77.74 164.27 213.78 -
System Red Green Blue C M Y K H S L
Decimal 198 4 142 0 0.98 0.28 0.22 317.32 0.96 0.4
Hex C6 4 8E 0 62 1C 16 13D 60 28
Octal 306 4 216 0 142 34 26 475 140 50
Binary 11000110 100 10001110 0 1100010 11100 10110 100111101 1100000 101000

Color Harmonies of #C6048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6048E

Black with #C6048E

Text Example


Text Example

White with #C6048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6048E; }

 p { color: rgb(198,4,142); }

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

background-color css

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

 a { background-color: rgb(198,4,142); }

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

border-color css

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

 span { border-color: rgb(198,4,142); }

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