Html Css Color HEX #C71894 Medium Violet Red

📋 copy color: '#C71894'

red 199 ◦ green 24 ◦ blue 148

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

Shades of Medium Violet Red #C71894

Tints of Medium Violet Red #C71894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 53.64%
G = 6.47%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C71894 (or 0xC71894) is known color: Medium Violet Red. HEX triplet: C7, 18 and 94. RGB value is (199,24,148). Sum of RGB (Red+Green+Blue) = 199+24+148=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C71894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71894 is #38E76B. Grayscale: #5A5A5A. Windows color (decimal): -3729260 or 9705671. OLE color: 9705671.

HSL color Cylindrical-coordinate representation of color #C71894: hue angle of 317.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71894 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 148 -
CMYK 0 0.88 0.26 0.22
HSL 317.49º 0.78% 0.44% -
HSV(B) 317.49º 0.88% 0.78% -
XYZ 29.23 14.93 29.36 -
YUV 90.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 199 24 148 0 0.88 0.26 0.22 317.49 0.78 0.44
Hex C7 18 94 0 58 1A 16 13D 4E 2C
Octal 307 30 224 0 130 32 26 475 116 54
Binary 11000111 11000 10010100 0 1011000 11010 10110 100111101 1001110 101100

Color Harmonies of #C71894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71894

Black with #C71894

Text Example


Text Example

White with #C71894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71894; }

 p { color: rgb(199,24,148); }

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

background-color css

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

 a { background-color: rgb(199,24,148); }

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

border-color css

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

 span { border-color: rgb(199,24,148); }

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