Html Css Color HEX #C718BE Deep Magenta

📋 copy color: '#C718BE'

red 199 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C718BE

Tints of Deep Magenta #C718BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 48.18%
G = 5.81%
B = 46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C718BE (or 0xC718BE) is known color: Deep Magenta. HEX triplet: C7, 18 and BE. RGB value is (199,24,190). Sum of RGB (Red+Green+Blue) = 199+24+190=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C718BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718BE is #38E741. Grayscale: #5E5E5E. Windows color (decimal): -3729218 or 12458183. OLE color: 12458183.

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

Color convert

RGB 199 24 190 -
CMYK 0 0.88 0.05 0.22
HSL 303.09º 0.78% 0.44% -
HSV(B) 303.09º 0.88% 0.78% -
XYZ 33.17 16.51 50.15 -
YUV 95.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 199 24 190 0 0.88 0.05 0.22 303.09 0.78 0.44
Hex C7 18 BE 0 58 5 16 12F 4E 2C
Octal 307 30 276 0 130 5 26 457 116 54
Binary 11000111 11000 10111110 0 1011000 101 10110 100101111 1001110 101100

Color Harmonies of #C718BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718BE

Black with #C718BE

Text Example


Text Example

White with #C718BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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