Html Css Color HEX #C0047A Medium Violet Red

📋 copy color: '#C0047A'

red 192 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #C0047A

Tints of Medium Violet Red #C0047A

RGB

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

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

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

R = 60.38%
G = 1.26%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0047A (or 0xC0047A) is known color: Medium Violet Red. HEX triplet: C0, 04 and 7A. RGB value is (192,4,122). Sum of RGB (Red+Green+Blue) = 192+4+122=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0047A is #3FFB85. Grayscale: #494949. Windows color (decimal): -4193158 or 7996608. OLE color: 7996608.

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

Color convert

RGB 192 4 122 -
CMYK 0 0.98 0.36 0.25
HSL 322.34º 0.96% 0.38% -
HSV(B) 322.34º 0.98% 0.75% -
XYZ 25.29 12.7 19.53 -
YUV 73.66 155.28 212.41 -
System Red Green Blue C M Y K H S L
Decimal 192 4 122 0 0.98 0.36 0.25 322.34 0.96 0.38
Hex C0 4 7A 0 62 24 19 142 60 26
Octal 300 4 172 0 142 44 31 502 140 46
Binary 11000000 100 1111010 0 1100010 100100 11001 101000010 1100000 100110

Color Harmonies of #C0047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0047A

Black with #C0047A

Text Example


Text Example

White with #C0047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0047A; }

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

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

background-color css

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

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

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

border-color css

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

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

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