Html Css Color HEX #C718CF Deep Magenta

📋 copy color: '#C718CF'

red 199 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #C718CF

Tints of Deep Magenta #C718CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 46.28%
G = 5.58%
B = 48.14%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C718CF (or 0xC718CF) is known color: Deep Magenta. HEX triplet: C7, 18 and CF. RGB value is (199,24,207). Sum of RGB (Red+Green+Blue) = 199+24+207=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #C718CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718CF is #38E730. Grayscale: #606060. Windows color (decimal): -3729201 or 13572295. OLE color: 13572295.

HSL color Cylindrical-coordinate representation of color #C718CF: hue angle of 297.38º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718CF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 24 207 -
CMYK 0.04 0.88 0 0.19
HSL 297.38º 0.79% 0.45% -
HSV(B) 297.38º 0.88% 0.81% -
XYZ 35.14 17.3 60.52 -
YUV 97.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 199 24 207 0.04 0.88 0 0.19 297.38 0.79 0.45
Hex C7 18 CF 4 58 0 13 129 4F 2D
Octal 307 30 317 4 130 0 23 451 117 55
Binary 11000111 11000 11001111 100 1011000 0 10011 100101001 1001111 101101

Color Harmonies of #C718CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C718CF

Black with #C718CF

Text Example


Text Example

White with #C718CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C718CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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