Html Css Color HEX #C713DB Deep Magenta

📋 copy color: '#C713DB'

red 199 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #C713DB

Tints of Deep Magenta #C713DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 45.54%
G = 4.35%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C713DB (or 0xC713DB) is known color: Deep Magenta. HEX triplet: C7, 13 and DB. RGB value is (199,19,219). Sum of RGB (Red+Green+Blue) = 199+19+219=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #C713DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C713DB is #38EC24. Grayscale: #5F5F5F. Windows color (decimal): -3730469 or 14357447. OLE color: 14357447.

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

Color convert

RGB 199 19 219 -
CMYK 0.09 0.91 0 0.14
HSL 294º 0.84% 0.47% -
HSV(B) 294º 0.91% 0.86% -
XYZ 36.57 17.72 68.51 -
YUV 95.62 197.63 201.74 -
System Red Green Blue C M Y K H S L
Decimal 199 19 219 0.09 0.91 0 0.14 294 0.84 0.47
Hex C7 13 DB 9 5B 0 E 126 54 2F
Octal 307 23 333 11 133 0 16 446 124 57
Binary 11000111 10011 11011011 1001 1011011 0 1110 100100110 1010100 101111

Color Harmonies of #C713DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C713DB

Black with #C713DB

Text Example


Text Example

White with #C713DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C713DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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