Html Css Color HEX #C711A5 Medium Violet Red

📋 copy color: '#C711A5'

red 199 ◦ green 17 ◦ blue 165

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

Shades of Medium Violet Red #C711A5

Tints of Medium Violet Red #C711A5

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.46%

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 52.23%
G = 4.46%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C711A5 (or 0xC711A5) is known color: Medium Violet Red. HEX triplet: C7, 11 and A5. RGB value is (199,17,165). Sum of RGB (Red+Green+Blue) = 199+17+165=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C711A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C711A5 is #38EE5A. Grayscale: #575757. Windows color (decimal): -3731035 or 10817991. OLE color: 10817991.

HSL color Cylindrical-coordinate representation of color #C711A5: hue angle of 311.21º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C711A5 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 165 -
CMYK 0 0.91 0.17 0.22
HSL 311.21º 0.84% 0.42% -
HSV(B) 311.21º 0.91% 0.78% -
XYZ 30.55 15.26 36.93 -
YUV 88.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 199 17 165 0 0.91 0.17 0.22 311.21 0.84 0.42
Hex C7 11 A5 0 5B 11 16 137 54 2A
Octal 307 21 245 0 133 21 26 467 124 52
Binary 11000111 10001 10100101 0 1011011 10001 10110 100110111 1010100 101010

Color Harmonies of #C711A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711A5

Black with #C711A5

Text Example


Text Example

White with #C711A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711A5; }

 p { color: rgb(199,17,165); }

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

background-color css

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

 a { background-color: rgb(199,17,165); }

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

border-color css

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

 span { border-color: rgb(199,17,165); }

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