Html Css Color HEX #C70198 Medium Violet Red

📋 copy color: '#C70198'

red 199 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #C70198

Tints of Medium Violet Red #C70198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 56.53%
G = 0.28%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C70198 (or 0xC70198) is known color: Medium Violet Red. HEX triplet: C7, 01 and 98. RGB value is (199,1,152). Sum of RGB (Red+Green+Blue) = 199+1+152=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C70198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70198 is #38FE67. Grayscale: #4D4D4D. Windows color (decimal): -3735144 or 9961927. OLE color: 9961927.

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

Color convert

RGB 199 1 152 -
CMYK 0 0.99 0.24 0.22
HSL 314.24º 0.99% 0.39% -
HSV(B) 314.24º 0.99% 0.78% -
XYZ 29.23 14.43 30.95 -
YUV 77.42 170.1 214.72 -
System Red Green Blue C M Y K H S L
Decimal 199 1 152 0 0.99 0.24 0.22 314.24 0.99 0.39
Hex C7 1 98 0 63 18 16 13A 63 27
Octal 307 1 230 0 143 30 26 472 143 47
Binary 11000111 1 10011000 0 1100011 11000 10110 100111010 1100011 100111

Color Harmonies of #C70198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70198

Black with #C70198

Text Example


Text Example

White with #C70198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70198; }

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

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

background-color css

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

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

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

border-color css

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

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

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