Html Css Color HEX #C916DA Deep Magenta

📋 copy color: '#C916DA'

red 201 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #C916DA

Tints of Deep Magenta #C916DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 45.58%
G = 4.99%
B = 49.43%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C916DA (or 0xC916DA) is known color: Deep Magenta. HEX triplet: C9, 16 and DA. RGB value is (201,22,218). Sum of RGB (Red+Green+Blue) = 201+22+218=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #C916DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C916DA is #36E925. Grayscale: #616161. Windows color (decimal): -3598630 or 14292681. OLE color: 14292681.

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

Color convert

RGB 201 22 218 -
CMYK 0.08 0.90 0 0.15
HSL 294.8º 0.82% 0.47% -
HSV(B) 294.8º 0.9% 0.85% -
XYZ 37.03 18.05 67.86 -
YUV 97.87 195.8 201.56 -
System Red Green Blue C M Y K H S L
Decimal 201 22 218 0.08 0.90 0 0.15 294.8 0.82 0.47
Hex C9 16 DA 8 5A 0 F 127 52 2F
Octal 311 26 332 10 132 0 17 447 122 57
Binary 11001001 10110 11011010 1000 1011010 0 1111 100100111 1010010 101111

Color Harmonies of #C916DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916DA

Black with #C916DA

Text Example


Text Example

White with #C916DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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