Html Css Color HEX #C713DF Deep Magenta

📋 copy color: '#C713DF'

red 199 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #C713DF

Tints of Deep Magenta #C713DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 45.12%
G = 4.31%
B = 50.57%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C713DF (or 0xC713DF) is known color: Deep Magenta. HEX triplet: C7, 13 and DF. RGB value is (199,19,223). Sum of RGB (Red+Green+Blue) = 199+19+223=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C713DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713DF is #38EC20. Grayscale: #5F5F5F. Windows color (decimal): -3730465 or 14619591. OLE color: 14619591.

HSL color Cylindrical-coordinate representation of color #C713DF: hue angle of 292.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C713DF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 19 223 -
CMYK 0.11 0.91 0 0.13
HSL 292.94º 0.84% 0.47% -
HSV(B) 292.94º 0.91% 0.87% -
XYZ 37.11 17.94 71.32 -
YUV 96.08 199.63 201.41 -
System Red Green Blue C M Y K H S L
Decimal 199 19 223 0.11 0.91 0 0.13 292.94 0.84 0.47
Hex C7 13 DF B 5B 0 D 125 54 2F
Octal 307 23 337 13 133 0 15 445 124 57
Binary 11000111 10011 11011111 1011 1011011 0 1101 100100101 1010100 101111

Color Harmonies of #C713DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C713DF

Black with #C713DF

Text Example


Text Example

White with #C713DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C713DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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