Html Css Color HEX #C719CC Deep Magenta

📋 copy color: '#C719CC'

red 199 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #C719CC

Tints of Deep Magenta #C719CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 46.5%
G = 5.84%
B = 47.66%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C719CC (or 0xC719CC) is known color: Deep Magenta. HEX triplet: C7, 19 and CC. RGB value is (199,25,204). Sum of RGB (Red+Green+Blue) = 199+25+204=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #C719CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719CC is #38E633. Grayscale: #606060. Windows color (decimal): -3728948 or 13375943. OLE color: 13375943.

HSL color Cylindrical-coordinate representation of color #C719CC: hue angle of 298.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C719CC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 25 204 -
CMYK 0.02 0.88 0 0.2
HSL 298.32º 0.78% 0.45% -
HSV(B) 298.32º 0.88% 0.8% -
XYZ 34.8 17.2 58.61 -
YUV 97.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 199 25 204 0.02 0.88 0 0.2 298.32 0.78 0.45
Hex C7 19 CC 2 58 0 14 12A 4E 2D
Octal 307 31 314 2 130 0 24 452 116 55
Binary 11000111 11001 11001100 10 1011000 0 10100 100101010 1001110 101101

Color Harmonies of #C719CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C719CC

Black with #C719CC

Text Example


Text Example

White with #C719CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C719CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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