Html Css Color HEX #C70478 Medium Violet Red

📋 copy color: '#C70478'

red 199 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #C70478

Tints of Medium Violet Red #C70478

RGB

 RED value IS 199 (78.13% from 255) = 61.61%

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

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

R = 61.61%
G = 1.24%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C70478 (or 0xC70478) is known color: Medium Violet Red. HEX triplet: C7, 04 and 78. RGB value is (199,4,120). Sum of RGB (Red+Green+Blue) = 199+4+120=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C70478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70478 is #38FB87. Grayscale: #4B4B4B. Windows color (decimal): -3734408 or 7865543. OLE color: 7865543.

HSL color Cylindrical-coordinate representation of color #C70478: hue angle of 324.31º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70478 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 4 120 -
CMYK 0 0.98 0.40 0.22
HSL 324.31º 0.96% 0.4% -
HSV(B) 324.31º 0.98% 0.78% -
XYZ 26.99 13.59 18.97 -
YUV 75.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 199 4 120 0 0.98 0.40 0.22 324.31 0.96 0.4
Hex C7 4 78 0 62 28 16 144 60 28
Octal 307 4 170 0 142 50 26 504 140 50
Binary 11000111 100 1111000 0 1100010 101000 10110 101000100 1100000 101000

Color Harmonies of #C70478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70478

Black with #C70478

Text Example


Text Example

White with #C70478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70478; }

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

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

background-color css

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

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

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

border-color css

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

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

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