Html Css Color HEX #C61DCD Deep Magenta

📋 copy color: '#C61DCD'

red 198 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #C61DCD

Tints of Deep Magenta #C61DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 45.83%
G = 6.71%
B = 47.45%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C61DCD (or 0xC61DCD) is known color: Deep Magenta. HEX triplet: C6, 1D and CD. RGB value is (198,29,205). Sum of RGB (Red+Green+Blue) = 198+29+205=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C61DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DCD is #39E232. Grayscale: #636363. Windows color (decimal): -3793459 or 13442502. OLE color: 13442502.

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

Color convert

RGB 198 29 205 -
CMYK 0.03 0.86 0 0.20
HSL 297.61º 0.75% 0.46% -
HSV(B) 297.61º 0.86% 0.8% -
XYZ 34.75 17.29 59.26 -
YUV 99.6 187.49 198.19 -
System Red Green Blue C M Y K H S L
Decimal 198 29 205 0.03 0.86 0 0.20 297.61 0.75 0.46
Hex C6 1D CD 3 56 0 14 12A 4B 2E
Octal 306 35 315 3 126 0 24 452 113 56
Binary 11000110 11101 11001101 11 1010110 0 10100 100101010 1001011 101110

Color Harmonies of #C61DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DCD

Black with #C61DCD

Text Example


Text Example

White with #C61DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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