Html Css Color HEX #C713CE Deep Magenta

📋 copy color: '#C713CE'

red 199 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #C713CE

Tints of Deep Magenta #C713CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.48%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 46.93%
G = 4.48%
B = 48.58%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C713CE (or 0xC713CE) is known color: Deep Magenta. HEX triplet: C7, 13 and CE. RGB value is (199,19,206). Sum of RGB (Red+Green+Blue) = 199+19+206=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #C713CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713CE is #38EC31. Grayscale: #5D5D5D. Windows color (decimal): -3730482 or 13505479. OLE color: 13505479.

HSL color Cylindrical-coordinate representation of color #C713CE: hue angle of 297.75º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C713CE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 19 206 -
CMYK 0.03 0.91 0 0.19
HSL 297.75º 0.83% 0.44% -
HSV(B) 297.75º 0.91% 0.81% -
XYZ 34.93 17.06 59.85 -
YUV 94.14 191.13 202.79 -
System Red Green Blue C M Y K H S L
Decimal 199 19 206 0.03 0.91 0 0.19 297.75 0.83 0.44
Hex C7 13 CE 3 5B 0 13 12A 53 2C
Octal 307 23 316 3 133 0 23 452 123 54
Binary 11000111 10011 11001110 11 1011011 0 10011 100101010 1010011 101100

Color Harmonies of #C713CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C713CE

Black with #C713CE

Text Example


Text Example

White with #C713CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C713CE; }

 p { color: rgb(199,19,206); }

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

background-color css

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

 a { background-color: rgb(199,19,206); }

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

border-color css

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

 span { border-color: rgb(199,19,206); }

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