Html Css Color HEX #C71278 Medium Violet Red

📋 copy color: '#C71278'

red 199 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #C71278

Tints of Medium Violet Red #C71278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 120 (47.27% from 255) = 35.61%

R = 59.05%
G = 5.34%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C71278 (or 0xC71278) is known color: Medium Violet Red. HEX triplet: C7, 12 and 78. RGB value is (199,18,120). Sum of RGB (Red+Green+Blue) = 199+18+120=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C71278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71278 is #38ED87. Grayscale: #535353. Windows color (decimal): -3730824 or 7869127. OLE color: 7869127.

HSL color Cylindrical-coordinate representation of color #C71278: hue angle of 326.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71278 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 18 120 -
CMYK 0 0.91 0.40 0.22
HSL 326.19º 0.83% 0.43% -
HSV(B) 326.19º 0.91% 0.78% -
XYZ 27.16 13.93 19.03 -
YUV 83.75 148.47 210.21 -
System Red Green Blue C M Y K H S L
Decimal 199 18 120 0 0.91 0.40 0.22 326.19 0.83 0.43
Hex C7 12 78 0 5B 28 16 146 53 2B
Octal 307 22 170 0 133 50 26 506 123 53
Binary 11000111 10010 1111000 0 1011011 101000 10110 101000110 1010011 101011

Color Harmonies of #C71278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71278

Black with #C71278

Text Example


Text Example

White with #C71278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71278; }

 p { color: rgb(199,18,120); }

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

background-color css

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

 a { background-color: rgb(199,18,120); }

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

border-color css

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

 span { border-color: rgb(199,18,120); }

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