Html Css Color HEX #C7019D Medium Violet Red

📋 copy color: '#C7019D'

red 199 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #C7019D

Tints of Medium Violet Red #C7019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 55.74%
G = 0.28%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7019D (or 0xC7019D) is known color: Medium Violet Red. HEX triplet: C7, 01 and 9D. RGB value is (199,1,157). Sum of RGB (Red+Green+Blue) = 199+1+157=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7019D is #38FE62. Grayscale: #4D4D4D. Windows color (decimal): -3735139 or 10289607. OLE color: 10289607.

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

Color convert

RGB 199 1 157 -
CMYK 0 0.99 0.21 0.22
HSL 312.73º 0.99% 0.39% -
HSV(B) 312.73º 0.99% 0.78% -
XYZ 29.65 14.6 33.15 -
YUV 77.99 172.6 214.32 -
System Red Green Blue C M Y K H S L
Decimal 199 1 157 0 0.99 0.21 0.22 312.73 0.99 0.39
Hex C7 1 9D 0 63 15 16 139 63 27
Octal 307 1 235 0 143 25 26 471 143 47
Binary 11000111 1 10011101 0 1100011 10101 10110 100111001 1100011 100111

Color Harmonies of #C7019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7019D

Black with #C7019D

Text Example


Text Example

White with #C7019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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