Html Css Color HEX #C61DCF Deep Magenta

📋 copy color: '#C61DCF'

red 198 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #C61DCF

Tints of Deep Magenta #C61DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 45.62%
G = 6.68%
B = 47.7%

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

#C61DCF (or 0xC61DCF) is known color: Deep Magenta. HEX triplet: C6, 1D and CF. RGB value is (198,29,207). Sum of RGB (Red+Green+Blue) = 198+29+207=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C61DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DCF is #39E230. Grayscale: #636363. Windows color (decimal): -3793457 or 13573574. OLE color: 13573574.

HSL color Cylindrical-coordinate representation of color #C61DCF: hue angle of 296.97º 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 #C61DCF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 29 207 -
CMYK 0.04 0.86 0 0.19
HSL 296.97º 0.75% 0.46% -
HSV(B) 296.97º 0.86% 0.81% -
XYZ 34.99 17.39 60.54 -
YUV 99.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 198 29 207 0.04 0.86 0 0.19 296.97 0.75 0.46
Hex C6 1D CF 4 56 0 13 129 4B 2E
Octal 306 35 317 4 126 0 23 451 113 56
Binary 11000110 11101 11001111 100 1010110 0 10011 100101001 1001011 101110

Color Harmonies of #C61DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DCF

Black with #C61DCF

Text Example


Text Example

White with #C61DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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