Html Css Color HEX #C916DB Deep Magenta

📋 copy color: '#C916DB'

red 201 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #C916DB

Tints of Deep Magenta #C916DB

RGB

 RED value IS 201 (78.91% from 255) = 45.48%

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

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

R = 45.48%
G = 4.98%
B = 49.55%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C916DB (or 0xC916DB) is known color: Deep Magenta. HEX triplet: C9, 16 and DB. RGB value is (201,22,219). Sum of RGB (Red+Green+Blue) = 201+22+219=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #C916DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916DB is #36E924. Grayscale: #616161. Windows color (decimal): -3598629 or 14358217. OLE color: 14358217.

HSL color Cylindrical-coordinate representation of color #C916DB: hue angle of 294.52º 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 #C916DB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 22 219 -
CMYK 0.08 0.90 0 0.14
HSL 294.52º 0.82% 0.47% -
HSV(B) 294.52º 0.9% 0.86% -
XYZ 37.16 18.11 68.55 -
YUV 97.98 196.3 201.48 -
System Red Green Blue C M Y K H S L
Decimal 201 22 219 0.08 0.90 0 0.14 294.52 0.82 0.47
Hex C9 16 DB 8 5A 0 E 127 52 2F
Octal 311 26 333 10 132 0 16 447 122 57
Binary 11001001 10110 11011011 1000 1011010 0 1110 100100111 1010010 101111

Color Harmonies of #C916DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916DB

Black with #C916DB

Text Example


Text Example

White with #C916DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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