Html Css Color HEX #C71284 Medium Violet Red

📋 copy color: '#C71284'

red 199 ◦ green 18 ◦ blue 132

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

Shades of Medium Violet Red #C71284

Tints of Medium Violet Red #C71284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.82%

R = 57.02%
G = 5.16%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C71284 (or 0xC71284) is known color: Medium Violet Red. HEX triplet: C7, 12 and 84. RGB value is (199,18,132). Sum of RGB (Red+Green+Blue) = 199+18+132=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C71284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71284 is #38ED7B. Grayscale: #545454. Windows color (decimal): -3730812 or 8655559. OLE color: 8655559.

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

Color convert

RGB 199 18 132 -
CMYK 0 0.91 0.34 0.22
HSL 322.21º 0.83% 0.43% -
HSV(B) 322.21º 0.91% 0.78% -
XYZ 27.93 14.24 23.11 -
YUV 85.12 154.47 209.23 -
System Red Green Blue C M Y K H S L
Decimal 199 18 132 0 0.91 0.34 0.22 322.21 0.83 0.43
Hex C7 12 84 0 5B 22 16 142 53 2B
Octal 307 22 204 0 133 42 26 502 123 53
Binary 11000111 10010 10000100 0 1011011 100010 10110 101000010 1010011 101011

Color Harmonies of #C71284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71284

Black with #C71284

Text Example


Text Example

White with #C71284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71284; }

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

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

background-color css

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

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

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

border-color css

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

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

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