Html Css Color HEX #C0047E Medium Violet Red

📋 copy color: '#C0047E'

red 192 ◦ green 4 ◦ blue 126

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

Shades of Medium Violet Red #C0047E

Tints of Medium Violet Red #C0047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 59.63%
G = 1.24%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0047E (or 0xC0047E) is known color: Medium Violet Red. HEX triplet: C0, 04 and 7E. RGB value is (192,4,126). Sum of RGB (Red+Green+Blue) = 192+4+126=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0047E is #3FFB81. Grayscale: #494949. Windows color (decimal): -4193154 or 8258752. OLE color: 8258752.

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

Color convert

RGB 192 4 126 -
CMYK 0 0.98 0.34 0.25
HSL 321.06º 0.96% 0.38% -
HSV(B) 321.06º 0.98% 0.75% -
XYZ 25.55 12.8 20.86 -
YUV 74.12 157.28 212.08 -
System Red Green Blue C M Y K H S L
Decimal 192 4 126 0 0.98 0.34 0.25 321.06 0.96 0.38
Hex C0 4 7E 0 62 22 19 141 60 26
Octal 300 4 176 0 142 42 31 501 140 46
Binary 11000000 100 1111110 0 1100010 100010 11001 101000001 1100000 100110

Color Harmonies of #C0047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0047E

Black with #C0047E

Text Example


Text Example

White with #C0047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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