Html Css Color HEX #C719BE Deep Magenta

📋 copy color: '#C719BE'

red 199 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #C719BE

Tints of Deep Magenta #C719BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.04%

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

R = 48.07%
G = 6.04%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C719BE (or 0xC719BE) is known color: Deep Magenta. HEX triplet: C7, 19 and BE. RGB value is (199,25,190). Sum of RGB (Red+Green+Blue) = 199+25+190=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C719BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719BE is #38E641. Grayscale: #5F5F5F. Windows color (decimal): -3728962 or 12458439. OLE color: 12458439.

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

Color convert

RGB 199 25 190 -
CMYK 0 0.87 0.05 0.22
HSL 303.1º 0.78% 0.44% -
HSV(B) 303.1º 0.87% 0.78% -
XYZ 33.2 16.56 50.16 -
YUV 95.84 181.15 201.58 -
System Red Green Blue C M Y K H S L
Decimal 199 25 190 0 0.87 0.05 0.22 303.1 0.78 0.44
Hex C7 19 BE 0 57 5 16 12F 4E 2C
Octal 307 31 276 0 127 5 26 457 116 54
Binary 11000111 11001 10111110 0 1010111 101 10110 100101111 1001110 101100

Color Harmonies of #C719BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C719BE

Black with #C719BE

Text Example


Text Example

White with #C719BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C719BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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