Html Css Color HEX #C00479 Medium Violet Red

📋 copy color: '#C00479'

red 192 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #C00479

Tints of Medium Violet Red #C00479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 60.57%
G = 1.26%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C00479 (or 0xC00479) is known color: Medium Violet Red. HEX triplet: C0, 04 and 79. RGB value is (192,4,121). Sum of RGB (Red+Green+Blue) = 192+4+121=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C00479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00479 is #3FFB86. Grayscale: #494949. Windows color (decimal): -4193159 or 7931072. OLE color: 7931072.

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

Color convert

RGB 192 4 121 -
CMYK 0 0.98 0.37 0.25
HSL 322.66º 0.96% 0.38% -
HSV(B) 322.66º 0.98% 0.75% -
XYZ 25.23 12.67 19.21 -
YUV 73.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 192 4 121 0 0.98 0.37 0.25 322.66 0.96 0.38
Hex C0 4 79 0 62 25 19 143 60 26
Octal 300 4 171 0 142 45 31 503 140 46
Binary 11000000 100 1111001 0 1100010 100101 11001 101000011 1100000 100110

Color Harmonies of #C00479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00479

Black with #C00479

Text Example


Text Example

White with #C00479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00479; }

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

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

background-color css

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

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

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

border-color css

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

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

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