Html Css Color HEX #C7006E Medium Violet Red

📋 copy color: '#C7006E'

red 199 ◦ green 0 ◦ blue 110

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

Shades of Medium Violet Red #C7006E

Tints of Medium Violet Red #C7006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 64.4%
G = 0%
B = 35.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7006E (or 0xC7006E) is known color: Medium Violet Red. HEX triplet: C7, 00 and 6E. RGB value is (199,0,110). Sum of RGB (Red+Green+Blue) = 199+0+110=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7006E is #38FF91. Grayscale: #474747. Windows color (decimal): -3735442 or 7209159. OLE color: 7209159.

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

Color convert

RGB 199 0 110 -
CMYK 0 1 0.45 0.22
HSL 326.83º 1% 0.39% -
HSV(B) 326.83º 1% 0.78% -
XYZ 26.37 13.27 15.92 -
YUV 72.04 149.43 218.56 -
System Red Green Blue C M Y K H S L
Decimal 199 0 110 0 1 0.45 0.22 326.83 1 0.39
Hex C7 0 6E 0 64 2D 16 147 64 27
Octal 307 0 156 0 144 55 26 507 144 47
Binary 11000111 0 1101110 0 1100100 101101 10110 101000111 1100100 100111

Color Harmonies of #C7006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7006E

Black with #C7006E

Text Example


Text Example

White with #C7006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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