Html Css Color HEX #C7016D Medium Violet Red

📋 copy color: '#C7016D'

red 199 ◦ green 1 ◦ blue 109

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

Shades of Medium Violet Red #C7016D

Tints of Medium Violet Red #C7016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 64.4%
G = 0.32%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7016D (or 0xC7016D) is known color: Medium Violet Red. HEX triplet: C7, 01 and 6D. RGB value is (199,1,109). Sum of RGB (Red+Green+Blue) = 199+1+109=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7016D is #38FE92. Grayscale: #484848. Windows color (decimal): -3735187 or 7143879. OLE color: 7143879.

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

Color convert

RGB 199 1 109 -
CMYK 0 0.99 0.45 0.22
HSL 327.27º 0.99% 0.39% -
HSV(B) 327.27º 0.99% 0.78% -
XYZ 26.32 13.27 15.64 -
YUV 72.51 148.6 218.22 -
System Red Green Blue C M Y K H S L
Decimal 199 1 109 0 0.99 0.45 0.22 327.27 0.99 0.39
Hex C7 1 6D 0 63 2D 16 147 63 27
Octal 307 1 155 0 143 55 26 507 143 47
Binary 11000111 1 1101101 0 1100011 101101 10110 101000111 1100011 100111

Color Harmonies of #C7016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7016D

Black with #C7016D

Text Example


Text Example

White with #C7016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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