Html Css Color HEX #C70378 Medium Violet Red

📋 copy color: '#C70378'

red 199 ◦ green 3 ◦ blue 120

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

Shades of Medium Violet Red #C70378

Tints of Medium Violet Red #C70378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 61.8%
G = 0.93%
B = 37.27%

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

#C70378 (or 0xC70378) is known color: Medium Violet Red. HEX triplet: C7, 03 and 78. RGB value is (199,3,120). Sum of RGB (Red+Green+Blue) = 199+3+120=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C70378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70378 is #38FC87. Grayscale: #4A4A4A. Windows color (decimal): -3734664 or 7865287. OLE color: 7865287.

HSL color Cylindrical-coordinate representation of color #C70378: hue angle of 324.18º degrees, saturation: 0.97, 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 #C70378 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 120 -
CMYK 0 0.98 0.40 0.22
HSL 324.18º 0.97% 0.4% -
HSV(B) 324.18º 0.98% 0.78% -
XYZ 26.98 13.56 18.97 -
YUV 74.94 153.43 216.49 -
System Red Green Blue C M Y K H S L
Decimal 199 3 120 0 0.98 0.40 0.22 324.18 0.97 0.4
Hex C7 3 78 0 62 28 16 144 61 28
Octal 307 3 170 0 142 50 26 504 141 50
Binary 11000111 11 1111000 0 1100010 101000 10110 101000100 1100001 101000

Color Harmonies of #C70378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70378

Black with #C70378

Text Example


Text Example

White with #C70378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70378; }

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

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

background-color css

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

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

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

border-color css

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

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

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