Html Css Color HEX #C616DC Deep Magenta

📋 copy color: '#C616DC'

red 198 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #C616DC

Tints of Deep Magenta #C616DC

RGB

 RED value IS 198 (77.73% from 255) = 45%

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

 BLUE value IS 220 (86.33% from 255) = 50%

R = 45%
G = 5%
B = 50%

CMYK

 C value IS 0.1

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C616DC (or 0xC616DC) is known color: Deep Magenta. HEX triplet: C6, 16 and DC. RGB value is (198,22,220). Sum of RGB (Red+Green+Blue) = 198+22+220=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #C616DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616DC is #39E923. Grayscale: #606060. Windows color (decimal): -3795236 or 14423750. OLE color: 14423750.

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

Color convert

RGB 198 22 220 -
CMYK 0.1 0.9 0 0.14
HSL 293.33º 0.82% 0.47% -
HSV(B) 293.33º 0.9% 0.86% -
XYZ 36.49 17.75 69.21 -
YUV 97.2 197.31 199.9 -
System Red Green Blue C M Y K H S L
Decimal 198 22 220 0.1 0.9 0 0.14 293.33 0.82 0.47
Hex C6 16 DC A 5A 0 E 125 52 2F
Octal 306 26 334 12 132 0 16 445 122 57
Binary 11000110 10110 11011100 1010 1011010 0 1110 100100101 1010010 101111

Color Harmonies of #C616DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616DC

Black with #C616DC

Text Example


Text Example

White with #C616DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616DC; }

 p { color: rgb(198,22,220); }

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

background-color css

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

 a { background-color: rgb(198,22,220); }

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

border-color css

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

 span { border-color: rgb(198,22,220); }

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