Html Css Color HEX #C7006F Medium Violet Red

📋 copy color: '#C7006F'

red 199 ◦ green 0 ◦ blue 111

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

Shades of Medium Violet Red #C7006F

Tints of Medium Violet Red #C7006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 64.19%
G = 0%
B = 35.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7006F (or 0xC7006F) is known color: Medium Violet Red. HEX triplet: C7, 00 and 6F. RGB value is (199,0,111). Sum of RGB (Red+Green+Blue) = 199+0+111=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7006F is #38FF90. Grayscale: #474747. Windows color (decimal): -3735441 or 7274695. OLE color: 7274695.

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

Color convert

RGB 199 0 111 -
CMYK 0 1 0.44 0.22
HSL 326.53º 1% 0.39% -
HSV(B) 326.53º 1% 0.78% -
XYZ 26.42 13.29 16.21 -
YUV 72.16 149.93 218.47 -
System Red Green Blue C M Y K H S L
Decimal 199 0 111 0 1 0.44 0.22 326.53 1 0.39
Hex C7 0 6F 0 64 2C 16 147 64 27
Octal 307 0 157 0 144 54 26 507 144 47
Binary 11000111 0 1101111 0 1100100 101100 10110 101000111 1100100 100111

Color Harmonies of #C7006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7006F

Black with #C7006F

Text Example


Text Example

White with #C7006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7006F; }

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

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

background-color css

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

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

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

border-color css

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

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

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