Html Css Color HEX #C7016B Medium Violet Red

📋 copy color: '#C7016B'

red 199 ◦ green 1 ◦ blue 107

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

Shades of Medium Violet Red #C7016B

Tints of Medium Violet Red #C7016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 64.82%
G = 0.33%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7016B (or 0xC7016B) is known color: Medium Violet Red. HEX triplet: C7, 01 and 6B. RGB value is (199,1,107). Sum of RGB (Red+Green+Blue) = 199+1+107=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7016B is #38FE94. Grayscale: #484848. Windows color (decimal): -3735189 or 7012807. OLE color: 7012807.

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

Color convert

RGB 199 1 107 -
CMYK 0 0.99 0.46 0.22
HSL 327.88º 0.99% 0.39% -
HSV(B) 327.88º 0.99% 0.78% -
XYZ 26.22 13.23 15.08 -
YUV 72.29 147.6 218.38 -
System Red Green Blue C M Y K H S L
Decimal 199 1 107 0 0.99 0.46 0.22 327.88 0.99 0.39
Hex C7 1 6B 0 63 2E 16 148 63 27
Octal 307 1 153 0 143 56 26 510 143 47
Binary 11000111 1 1101011 0 1100011 101110 10110 101001000 1100011 100111

Color Harmonies of #C7016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7016B

Black with #C7016B

Text Example


Text Example

White with #C7016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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