Html Css Color HEX #C00478 Medium Violet Red

📋 copy color: '#C00478'

red 192 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #C00478

Tints of Medium Violet Red #C00478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 60.76%
G = 1.27%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00478 (or 0xC00478) is known color: Medium Violet Red. HEX triplet: C0, 04 and 78. RGB value is (192,4,120). Sum of RGB (Red+Green+Blue) = 192+4+120=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C00478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00478 is #3FFB87. Grayscale: #494949. Windows color (decimal): -4193160 or 7865536. OLE color: 7865536.

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

Color convert

RGB 192 4 120 -
CMYK 0 0.98 0.38 0.25
HSL 322.98º 0.96% 0.38% -
HSV(B) 322.98º 0.98% 0.75% -
XYZ 25.17 12.65 18.88 -
YUV 73.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 192 4 120 0 0.98 0.38 0.25 322.98 0.96 0.38
Hex C0 4 78 0 62 26 19 143 60 26
Octal 300 4 170 0 142 46 31 503 140 46
Binary 11000000 100 1111000 0 1100010 100110 11001 101000011 1100000 100110

Color Harmonies of #C00478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00478

Black with #C00478

Text Example


Text Example

White with #C00478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00478; }

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

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

background-color css

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

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

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

border-color css

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

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

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