Html Css Color HEX #C71498 Medium Violet Red

📋 copy color: '#C71498'

red 199 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #C71498

Tints of Medium Violet Red #C71498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.39%

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

R = 53.64%
G = 5.39%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C71498 (or 0xC71498) is known color: Medium Violet Red. HEX triplet: C7, 14 and 98. RGB value is (199,20,152). Sum of RGB (Red+Green+Blue) = 199+20+152=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C71498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71498 is #38EB67. Grayscale: #585858. Windows color (decimal): -3730280 or 9966791. OLE color: 9966791.

HSL color Cylindrical-coordinate representation of color #C71498: hue angle of 315.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71498 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 152 -
CMYK 0 0.90 0.24 0.22
HSL 315.75º 0.82% 0.43% -
HSV(B) 315.75º 0.9% 0.78% -
XYZ 29.47 14.91 31.03 -
YUV 88.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 199 20 152 0 0.90 0.24 0.22 315.75 0.82 0.43
Hex C7 14 98 0 5A 18 16 13C 52 2B
Octal 307 24 230 0 132 30 26 474 122 53
Binary 11000111 10100 10011000 0 1011010 11000 10110 100111100 1010010 101011

Color Harmonies of #C71498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71498

Black with #C71498

Text Example


Text Example

White with #C71498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71498; }

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

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

background-color css

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

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

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

border-color css

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

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

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