Html Css Color HEX #C71298 Medium Violet Red

📋 copy color: '#C71298'

red 199 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #C71298

Tints of Medium Violet Red #C71298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.19%

R = 53.93%
G = 4.88%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C71298 (or 0xC71298) is known color: Medium Violet Red. HEX triplet: C7, 12 and 98. RGB value is (199,18,152). Sum of RGB (Red+Green+Blue) = 199+18+152=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C71298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71298 is #38ED67. Grayscale: #575757. Windows color (decimal): -3730792 or 9966279. OLE color: 9966279.

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

Color convert

RGB 199 18 152 -
CMYK 0 0.91 0.24 0.22
HSL 315.58º 0.83% 0.43% -
HSV(B) 315.58º 0.91% 0.78% -
XYZ 29.44 14.84 31.02 -
YUV 87.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 199 18 152 0 0.91 0.24 0.22 315.58 0.83 0.43
Hex C7 12 98 0 5B 18 16 13C 53 2B
Octal 307 22 230 0 133 30 26 474 123 53
Binary 11000111 10010 10011000 0 1011011 11000 10110 100111100 1010011 101011

Color Harmonies of #C71298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71298

Black with #C71298

Text Example


Text Example

White with #C71298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71298; }

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

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

background-color css

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

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

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

border-color css

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

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

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