Html Css Color HEX #C71273 Medium Violet Red

📋 copy color: '#C71273'

red 199 ◦ green 18 ◦ blue 115

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

Shades of Medium Violet Red #C71273

Tints of Medium Violet Red #C71273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 59.94%
G = 5.42%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C71273 (or 0xC71273) is known color: Medium Violet Red. HEX triplet: C7, 12 and 73. RGB value is (199,18,115). Sum of RGB (Red+Green+Blue) = 199+18+115=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C71273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71273 is #38ED8C. Grayscale: #525252. Windows color (decimal): -3730829 or 7541447. OLE color: 7541447.

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

Color convert

RGB 199 18 115 -
CMYK 0 0.91 0.42 0.22
HSL 327.85º 0.83% 0.43% -
HSV(B) 327.85º 0.91% 0.78% -
XYZ 26.86 13.81 17.47 -
YUV 83.18 145.97 210.61 -
System Red Green Blue C M Y K H S L
Decimal 199 18 115 0 0.91 0.42 0.22 327.85 0.83 0.43
Hex C7 12 73 0 5B 2A 16 148 53 2B
Octal 307 22 163 0 133 52 26 510 123 53
Binary 11000111 10010 1110011 0 1011011 101010 10110 101001000 1010011 101011

Color Harmonies of #C71273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71273

Black with #C71273

Text Example


Text Example

White with #C71273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71273; }

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

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

background-color css

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

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

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

border-color css

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

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

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