Html Css Color HEX #C718A5 Medium Violet Red

📋 copy color: '#C718A5'

red 199 ◦ green 24 ◦ blue 165

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

Shades of Medium Violet Red #C718A5

Tints of Medium Violet Red #C718A5

RGB

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

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

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

R = 51.29%
G = 6.19%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C718A5 (or 0xC718A5) is known color: Medium Violet Red. HEX triplet: C7, 18 and A5. RGB value is (199,24,165). Sum of RGB (Red+Green+Blue) = 199+24+165=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C718A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C718A5 is #38E75A. Grayscale: #5C5C5C. Windows color (decimal): -3729243 or 10819783. OLE color: 10819783.

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

Color convert

RGB 199 24 165 -
CMYK 0 0.88 0.17 0.22
HSL 311.66º 0.78% 0.44% -
HSV(B) 311.66º 0.88% 0.78% -
XYZ 30.67 15.51 36.97 -
YUV 92.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 199 24 165 0 0.88 0.17 0.22 311.66 0.78 0.44
Hex C7 18 A5 0 58 11 16 138 4E 2C
Octal 307 30 245 0 130 21 26 470 116 54
Binary 11000111 11000 10100101 0 1011000 10001 10110 100111000 1001110 101100

Color Harmonies of #C718A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718A5

Black with #C718A5

Text Example


Text Example

White with #C718A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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