Html Css Color HEX #C61ACE Deep Magenta

📋 copy color: '#C61ACE'

red 198 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #C61ACE

Tints of Deep Magenta #C61ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 46.05%
G = 6.05%
B = 47.91%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C61ACE (or 0xC61ACE) is known color: Deep Magenta. HEX triplet: C6, 1A and CE. RGB value is (198,26,206). Sum of RGB (Red+Green+Blue) = 198+26+206=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #C61ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ACE is #39E531. Grayscale: #616161. Windows color (decimal): -3794226 or 13507270. OLE color: 13507270.

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

Color convert

RGB 198 26 206 -
CMYK 0.04 0.87 0 0.19
HSL 297.33º 0.78% 0.45% -
HSV(B) 297.33º 0.87% 0.81% -
XYZ 34.8 17.2 59.88 -
YUV 97.95 188.98 199.36 -
System Red Green Blue C M Y K H S L
Decimal 198 26 206 0.04 0.87 0 0.19 297.33 0.78 0.45
Hex C6 1A CE 4 57 0 13 129 4E 2D
Octal 306 32 316 4 127 0 23 451 116 55
Binary 11000110 11010 11001110 100 1010111 0 10011 100101001 1001110 101101

Color Harmonies of #C61ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61ACE

Black with #C61ACE

Text Example


Text Example

White with #C61ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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