Html Css Color HEX #C61AD7 Deep Magenta

📋 copy color: '#C61AD7'

red 198 ◦ green 26 ◦ blue 215

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

Shades of Deep Magenta #C61AD7

Tints of Deep Magenta #C61AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.97%

R = 45.1%
G = 5.92%
B = 48.97%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C61AD7 (or 0xC61AD7) is known color: Deep Magenta. HEX triplet: C6, 1A and D7. RGB value is (198,26,215). Sum of RGB (Red+Green+Blue) = 198+26+215=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #C61AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AD7 is #39E528. Grayscale: #626262. Windows color (decimal): -3794217 or 14097094. OLE color: 14097094.

HSL color Cylindrical-coordinate representation of color #C61AD7: hue angle of 294.6º 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 #C61AD7 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 26 215 -
CMYK 0.08 0.88 0 0.16
HSL 294.6º 0.78% 0.47% -
HSV(B) 294.6º 0.88% 0.84% -
XYZ 35.92 17.65 65.8 -
YUV 98.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 198 26 215 0.08 0.88 0 0.16 294.6 0.78 0.47
Hex C6 1A D7 8 58 0 10 127 4E 2F
Octal 306 32 327 10 130 0 20 447 116 57
Binary 11000110 11010 11010111 1000 1011000 0 10000 100100111 1001110 101111

Color Harmonies of #C61AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AD7

Black with #C61AD7

Text Example


Text Example

White with #C61AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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