Html Css Color HEX #C6047A Medium Violet Red

📋 copy color: '#C6047A'

red 198 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #C6047A

Tints of Medium Violet Red #C6047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 61.11%
G = 1.23%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6047A (or 0xC6047A) is known color: Medium Violet Red. HEX triplet: C6, 04 and 7A. RGB value is (198,4,122). Sum of RGB (Red+Green+Blue) = 198+4+122=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6047A is #39FB85. Grayscale: #4B4B4B. Windows color (decimal): -3799942 or 7996614. OLE color: 7996614.

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

Color convert

RGB 198 4 122 -
CMYK 0 0.98 0.38 0.22
HSL 323.51º 0.96% 0.4% -
HSV(B) 323.51º 0.98% 0.78% -
XYZ 26.84 13.5 19.6 -
YUV 75.46 154.27 215.41 -
System Red Green Blue C M Y K H S L
Decimal 198 4 122 0 0.98 0.38 0.22 323.51 0.96 0.4
Hex C6 4 7A 0 62 26 16 144 60 28
Octal 306 4 172 0 142 46 26 504 140 50
Binary 11000110 100 1111010 0 1100010 100110 10110 101000100 1100000 101000

Color Harmonies of #C6047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6047A

Black with #C6047A

Text Example


Text Example

White with #C6047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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