Html Css Color HEX #C61DCE Deep Magenta

📋 copy color: '#C61DCE'

red 198 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #C61DCE

Tints of Deep Magenta #C61DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.7%

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

R = 45.73%
G = 6.7%
B = 47.58%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C61DCE (or 0xC61DCE) is known color: Deep Magenta. HEX triplet: C6, 1D and CE. RGB value is (198,29,206). Sum of RGB (Red+Green+Blue) = 198+29+206=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C61DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DCE is #39E231. Grayscale: #636363. Windows color (decimal): -3793458 or 13508038. OLE color: 13508038.

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

Color convert

RGB 198 29 206 -
CMYK 0.04 0.86 0 0.19
HSL 297.29º 0.75% 0.46% -
HSV(B) 297.29º 0.86% 0.81% -
XYZ 34.87 17.34 59.9 -
YUV 99.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 198 29 206 0.04 0.86 0 0.19 297.29 0.75 0.46
Hex C6 1D CE 4 56 0 13 129 4B 2E
Octal 306 35 316 4 126 0 23 451 113 56
Binary 11000110 11101 11001110 100 1010110 0 10011 100101001 1001011 101110

Color Harmonies of #C61DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DCE

Black with #C61DCE

Text Example


Text Example

White with #C61DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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