Html Css Color HEX #C70575 Medium Violet Red

📋 copy color: '#C70575'

red 199 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #C70575

Tints of Medium Violet Red #C70575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 61.99%
G = 1.56%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C70575 (or 0xC70575) is known color: Medium Violet Red. HEX triplet: C7, 05 and 75. RGB value is (199,5,117). Sum of RGB (Red+Green+Blue) = 199+5+117=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C70575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70575 is #38FA8A. Grayscale: #4B4B4B. Windows color (decimal): -3734155 or 7669191. OLE color: 7669191.

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

Color convert

RGB 199 5 117 -
CMYK 0 0.97 0.41 0.22
HSL 325.36º 0.95% 0.4% -
HSV(B) 325.36º 0.97% 0.78% -
XYZ 26.82 13.54 18.03 -
YUV 75.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 199 5 117 0 0.97 0.41 0.22 325.36 0.95 0.4
Hex C7 5 75 0 61 29 16 145 5F 28
Octal 307 5 165 0 141 51 26 505 137 50
Binary 11000111 101 1110101 0 1100001 101001 10110 101000101 1011111 101000

Color Harmonies of #C70575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70575

Black with #C70575

Text Example


Text Example

White with #C70575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70575; }

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

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

background-color css

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

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

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

border-color css

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

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

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