Html Css Color HEX #C71272 Medium Violet Red

📋 copy color: '#C71272'

red 199 ◦ green 18 ◦ blue 114

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

Shades of Medium Violet Red #C71272

Tints of Medium Violet Red #C71272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 60.12%
G = 5.44%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C71272 (or 0xC71272) is known color: Medium Violet Red. HEX triplet: C7, 12 and 72. RGB value is (199,18,114). Sum of RGB (Red+Green+Blue) = 199+18+114=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C71272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71272 is #38ED8D. Grayscale: #525252. Windows color (decimal): -3730830 or 7475911. OLE color: 7475911.

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

Color convert

RGB 199 18 114 -
CMYK 0 0.91 0.43 0.22
HSL 328.18º 0.83% 0.43% -
HSV(B) 328.18º 0.91% 0.78% -
XYZ 26.81 13.79 17.17 -
YUV 83.06 145.47 210.69 -
System Red Green Blue C M Y K H S L
Decimal 199 18 114 0 0.91 0.43 0.22 328.18 0.83 0.43
Hex C7 12 72 0 5B 2B 16 148 53 2B
Octal 307 22 162 0 133 53 26 510 123 53
Binary 11000111 10010 1110010 0 1011011 101011 10110 101001000 1010011 101011

Color Harmonies of #C71272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71272

Black with #C71272

Text Example


Text Example

White with #C71272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71272; }

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

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

background-color css

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

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

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

border-color css

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

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

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