Html Css Color HEX #C70375 Medium Violet Red

📋 copy color: '#C70375'

red 199 ◦ green 3 ◦ blue 117

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

Shades of Medium Violet Red #C70375

Tints of Medium Violet Red #C70375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 62.38%
G = 0.94%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C70375 (or 0xC70375) is known color: Medium Violet Red. HEX triplet: C7, 03 and 75. RGB value is (199,3,117). Sum of RGB (Red+Green+Blue) = 199+3+117=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C70375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70375 is #38FC8A. Grayscale: #4A4A4A. Windows color (decimal): -3734667 or 7668679. OLE color: 7668679.

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

Color convert

RGB 199 3 117 -
CMYK 0 0.98 0.41 0.22
HSL 325.1º 0.97% 0.4% -
HSV(B) 325.1º 0.98% 0.78% -
XYZ 26.8 13.49 18.02 -
YUV 74.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 199 3 117 0 0.98 0.41 0.22 325.1 0.97 0.4
Hex C7 3 75 0 62 29 16 145 61 28
Octal 307 3 165 0 142 51 26 505 141 50
Binary 11000111 11 1110101 0 1100010 101001 10110 101000101 1100001 101000

Color Harmonies of #C70375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70375

Black with #C70375

Text Example


Text Example

White with #C70375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70375; }

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

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

background-color css

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

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

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

border-color css

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

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

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