Html Css Color HEX #C61AD6 Deep Magenta

📋 copy color: '#C61AD6'

red 198 ◦ green 26 ◦ blue 214

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

Shades of Deep Magenta #C61AD6

Tints of Deep Magenta #C61AD6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.94%

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 45.21%
G = 5.94%
B = 48.86%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C61AD6 (or 0xC61AD6) is known color: Deep Magenta. HEX triplet: C6, 1A and D6. RGB value is (198,26,214). Sum of RGB (Red+Green+Blue) = 198+26+214=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #C61AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AD6 is #39E529. Grayscale: #626262. Windows color (decimal): -3794218 or 14031558. OLE color: 14031558.

HSL color Cylindrical-coordinate representation of color #C61AD6: hue angle of 294.89º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61AD6 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 26 214 -
CMYK 0.07 0.88 0 0.16
HSL 294.89º 0.78% 0.47% -
HSV(B) 294.89º 0.88% 0.84% -
XYZ 35.8 17.6 65.13 -
YUV 98.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 198 26 214 0.07 0.88 0 0.16 294.89 0.78 0.47
Hex C6 1A D6 7 58 0 10 127 4E 2F
Octal 306 32 326 7 130 0 20 447 116 57
Binary 11000110 11010 11010110 111 1011000 0 10000 100100111 1001110 101111

Color Harmonies of #C61AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AD6

Black with #C61AD6

Text Example


Text Example

White with #C61AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AD6; }

 p { color: rgb(198,26,214); }

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

background-color css

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

 a { background-color: rgb(198,26,214); }

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

border-color css

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

 span { border-color: rgb(198,26,214); }

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