Html Css Color HEX #C0046E Medium Violet Red

📋 copy color: '#C0046E'

red 192 ◦ green 4 ◦ blue 110

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

Shades of Medium Violet Red #C0046E

Tints of Medium Violet Red #C0046E

RGB

 RED value IS 192 (75.39% from 255) = 62.75%

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 62.75%
G = 1.31%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0046E (or 0xC0046E) is known color: Medium Violet Red. HEX triplet: C0, 04 and 6E. RGB value is (192,4,110). Sum of RGB (Red+Green+Blue) = 192+4+110=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0046E is #3FFB91. Grayscale: #484848. Windows color (decimal): -4193170 or 7210176. OLE color: 7210176.

HSL color Cylindrical-coordinate representation of color #C0046E: hue angle of 326.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0046E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 110 -
CMYK 0 0.98 0.43 0.25
HSL 326.17º 0.96% 0.38% -
HSV(B) 326.17º 0.98% 0.75% -
XYZ 24.6 12.42 15.85 -
YUV 72.3 149.28 213.38 -
System Red Green Blue C M Y K H S L
Decimal 192 4 110 0 0.98 0.43 0.25 326.17 0.96 0.38
Hex C0 4 6E 0 62 2B 19 146 60 26
Octal 300 4 156 0 142 53 31 506 140 46
Binary 11000000 100 1101110 0 1100010 101011 11001 101000110 1100000 100110

Color Harmonies of #C0046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0046E

Black with #C0046E

Text Example


Text Example

White with #C0046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0046E; }

 p { color: rgb(192,4,110); }

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

background-color css

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

 a { background-color: rgb(192,4,110); }

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

border-color css

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

 span { border-color: rgb(192,4,110); }

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