Html Css Color HEX #C7018B Medium Violet Red

📋 copy color: '#C7018B'

red 199 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #C7018B

Tints of Medium Violet Red #C7018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 58.7%
G = 0.29%
B = 41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7018B (or 0xC7018B) is known color: Medium Violet Red. HEX triplet: C7, 01 and 8B. RGB value is (199,1,139). Sum of RGB (Red+Green+Blue) = 199+1+139=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7018B is #38FE74. Grayscale: #4B4B4B. Windows color (decimal): -3735157 or 9109959. OLE color: 9109959.

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

Color convert

RGB 199 1 139 -
CMYK 0 0.99 0.30 0.22
HSL 318.18º 0.99% 0.39% -
HSV(B) 318.18º 0.99% 0.78% -
XYZ 28.22 14.03 25.65 -
YUV 75.93 163.6 215.78 -
System Red Green Blue C M Y K H S L
Decimal 199 1 139 0 0.99 0.30 0.22 318.18 0.99 0.39
Hex C7 1 8B 0 63 1E 16 13E 63 27
Octal 307 1 213 0 143 36 26 476 143 47
Binary 11000111 1 10001011 0 1100011 11110 10110 100111110 1100011 100111

Color Harmonies of #C7018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7018B

Black with #C7018B

Text Example


Text Example

White with #C7018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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