Html Css Color HEX #C617DC Deep Magenta

📋 copy color: '#C617DC'

red 198 ◦ green 23 ◦ blue 220

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

Shades of Deep Magenta #C617DC

Tints of Deep Magenta #C617DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.22%

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

R = 44.9%
G = 5.22%
B = 49.89%

CMYK

 C value IS 0.1

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C617DC (or 0xC617DC) is known color: Deep Magenta. HEX triplet: C6, 17 and DC. RGB value is (198,23,220). Sum of RGB (Red+Green+Blue) = 198+23+220=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #C617DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C617DC is #39E823. Grayscale: #616161. Windows color (decimal): -3794980 or 14424006. OLE color: 14424006.

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

Color convert

RGB 198 23 220 -
CMYK 0.1 0.90 0 0.14
HSL 293.3º 0.81% 0.48% -
HSV(B) 293.3º 0.9% 0.86% -
XYZ 36.51 17.79 69.22 -
YUV 97.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 198 23 220 0.1 0.90 0 0.14 293.3 0.81 0.48
Hex C6 17 DC A 5A 0 E 125 51 30
Octal 306 27 334 12 132 0 16 445 121 60
Binary 11000110 10111 11011100 1010 1011010 0 1110 100100101 1010001 110000

Color Harmonies of #C617DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C617DC

Black with #C617DC

Text Example


Text Example

White with #C617DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C617DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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