Html Css Color HEX #C70175 Medium Violet Red

📋 copy color: '#C70175'

red 199 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #C70175

Tints of Medium Violet Red #C70175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 62.78%
G = 0.32%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C70175 (or 0xC70175) is known color: Medium Violet Red. HEX triplet: C7, 01 and 75. RGB value is (199,1,117). Sum of RGB (Red+Green+Blue) = 199+1+117=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C70175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70175 is #38FE8A. Grayscale: #494949. Windows color (decimal): -3735179 or 7668167. OLE color: 7668167.

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

Color convert

RGB 199 1 117 -
CMYK 0 0.99 0.41 0.22
HSL 324.85º 0.99% 0.39% -
HSV(B) 324.85º 0.99% 0.78% -
XYZ 26.77 13.45 18.01 -
YUV 73.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 199 1 117 0 0.99 0.41 0.22 324.85 0.99 0.39
Hex C7 1 75 0 63 29 16 145 63 27
Octal 307 1 165 0 143 51 26 505 143 47
Binary 11000111 1 1110101 0 1100011 101001 10110 101000101 1100011 100111

Color Harmonies of #C70175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70175

Black with #C70175

Text Example


Text Example

White with #C70175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70175; }

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

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

background-color css

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

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

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

border-color css

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

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

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