Html Css Color HEX #C7016C Medium Violet Red

📋 copy color: '#C7016C'

red 199 ◦ green 1 ◦ blue 108

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

Shades of Medium Violet Red #C7016C

Tints of Medium Violet Red #C7016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 64.61%
G = 0.32%
B = 35.06%

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

#C7016C (or 0xC7016C) is known color: Medium Violet Red. HEX triplet: C7, 01 and 6C. RGB value is (199,1,108). Sum of RGB (Red+Green+Blue) = 199+1+108=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7016C is #38FE93. Grayscale: #484848. Windows color (decimal): -3735188 or 7078343. OLE color: 7078343.

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

Color convert

RGB 199 1 108 -
CMYK 0 0.99 0.46 0.22
HSL 327.58º 0.99% 0.39% -
HSV(B) 327.58º 0.99% 0.78% -
XYZ 26.27 13.25 15.36 -
YUV 72.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 199 1 108 0 0.99 0.46 0.22 327.58 0.99 0.39
Hex C7 1 6C 0 63 2E 16 148 63 27
Octal 307 1 154 0 143 56 26 510 143 47
Binary 11000111 1 1101100 0 1100011 101110 10110 101001000 1100011 100111

Color Harmonies of #C7016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7016C

Black with #C7016C

Text Example


Text Example

White with #C7016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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