Html Css Color HEX #C718CD Deep Magenta

📋 copy color: '#C718CD'

red 199 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #C718CD

Tints of Deep Magenta #C718CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 46.5%
G = 5.61%
B = 47.9%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C718CD (or 0xC718CD) is known color: Deep Magenta. HEX triplet: C7, 18 and CD. RGB value is (199,24,205). Sum of RGB (Red+Green+Blue) = 199+24+205=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #C718CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718CD is #38E732. Grayscale: #606060. Windows color (decimal): -3729203 or 13441223. OLE color: 13441223.

HSL color Cylindrical-coordinate representation of color #C718CD: hue angle of 298.01º degrees, saturation: 0.79, 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 #C718CD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 24 205 -
CMYK 0.03 0.88 0 0.20
HSL 298.01º 0.79% 0.45% -
HSV(B) 298.01º 0.88% 0.8% -
XYZ 34.9 17.2 59.24 -
YUV 96.96 188.98 200.78 -
System Red Green Blue C M Y K H S L
Decimal 199 24 205 0.03 0.88 0 0.20 298.01 0.79 0.45
Hex C7 18 CD 3 58 0 14 12A 4F 2D
Octal 307 30 315 3 130 0 24 452 117 55
Binary 11000111 11000 11001101 11 1011000 0 10100 100101010 1001111 101101

Color Harmonies of #C718CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718CD

Black with #C718CD

Text Example


Text Example

White with #C718CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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