Html Css Color HEX #C716DB Deep Magenta

📋 copy color: '#C716DB'

red 199 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #C716DB

Tints of Deep Magenta #C716DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5%

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

R = 45.23%
G = 5%
B = 49.77%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C716DB (or 0xC716DB) is known color: Deep Magenta. HEX triplet: C7, 16 and DB. RGB value is (199,22,219). Sum of RGB (Red+Green+Blue) = 199+22+219=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #C716DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716DB is #38E924. Grayscale: #606060. Windows color (decimal): -3729701 or 14358215. OLE color: 14358215.

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

Color convert

RGB 199 22 219 -
CMYK 0.09 0.90 0 0.14
HSL 293.91º 0.82% 0.47% -
HSV(B) 293.91º 0.9% 0.86% -
XYZ 36.63 17.83 68.53 -
YUV 97.38 196.64 200.48 -
System Red Green Blue C M Y K H S L
Decimal 199 22 219 0.09 0.90 0 0.14 293.91 0.82 0.47
Hex C7 16 DB 9 5A 0 E 126 52 2F
Octal 307 26 333 11 132 0 16 446 122 57
Binary 11000111 10110 11011011 1001 1011010 0 1110 100100110 1010010 101111

Color Harmonies of #C716DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716DB

Black with #C716DB

Text Example


Text Example

White with #C716DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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