Html Css Color HEX #C416CD Deep Magenta

📋 copy color: '#C416CD'

red 196 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #C416CD

Tints of Deep Magenta #C416CD

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 46.34%
G = 5.2%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C416CD (or 0xC416CD) is known color: Deep Magenta. HEX triplet: C4, 16 and CD. RGB value is (196,22,205). Sum of RGB (Red+Green+Blue) = 196+22+205=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #C416CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C416CD is #3BE932. Grayscale: #5E5E5E. Windows color (decimal): -3926323 or 13440708. OLE color: 13440708.

HSL color Cylindrical-coordinate representation of color #C416CD: hue angle of 297.05º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416CD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 22 205 -
CMYK 0.04 0.89 0 0.20
HSL 297.05º 0.81% 0.45% -
HSV(B) 297.05º 0.89% 0.8% -
XYZ 34.07 16.72 59.19 -
YUV 94.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 196 22 205 0.04 0.89 0 0.20 297.05 0.81 0.45
Hex C4 16 CD 4 59 0 14 129 51 2D
Octal 304 26 315 4 131 0 24 451 121 55
Binary 11000100 10110 11001101 100 1011001 0 10100 100101001 1010001 101101

Color Harmonies of #C416CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416CD

Black with #C416CD

Text Example


Text Example

White with #C416CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416CD; }

 p { color: rgb(196,22,205); }

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

background-color css

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

 a { background-color: rgb(196,22,205); }

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

border-color css

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

 span { border-color: rgb(196,22,205); }

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