Html Css Color HEX #C70099 Medium Violet Red

📋 copy color: '#C70099'

red 199 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #C70099

Tints of Medium Violet Red #C70099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 56.53%
G = 0%
B = 43.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C70099 (or 0xC70099) is known color: Medium Violet Red. HEX triplet: C7, 00 and 99. RGB value is (199,0,153). Sum of RGB (Red+Green+Blue) = 199+0+153=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C70099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70099 is #38FF66. Grayscale: #4C4C4C. Windows color (decimal): -3735399 or 10027207. OLE color: 10027207.

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

Color convert

RGB 199 0 153 -
CMYK 0 1 0.23 0.22
HSL 313.87º 1% 0.39% -
HSV(B) 313.87º 1% 0.78% -
XYZ 29.3 14.44 31.38 -
YUV 76.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 199 0 153 0 1 0.23 0.22 313.87 1 0.39
Hex C7 0 99 0 64 17 16 13A 64 27
Octal 307 0 231 0 144 27 26 472 144 47
Binary 11000111 0 10011001 0 1100100 10111 10110 100111010 1100100 100111

Color Harmonies of #C70099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70099

Black with #C70099

Text Example


Text Example

White with #C70099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70099; }

 p { color: rgb(199,0,153); }

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

background-color css

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

 a { background-color: rgb(199,0,153); }

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

border-color css

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

 span { border-color: rgb(199,0,153); }

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