Html Css Color HEX #C61FD1 Deep Magenta

📋 copy color: '#C61FD1'

red 198 ◦ green 31 ◦ blue 209

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

Shades of Deep Magenta #C61FD1

Tints of Deep Magenta #C61FD1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.08%

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 45.21%
G = 7.08%
B = 47.72%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C61FD1 (or 0xC61FD1) is known color: Deep Magenta. HEX triplet: C6, 1F and D1. RGB value is (198,31,209). Sum of RGB (Red+Green+Blue) = 198+31+209=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #C61FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FD1 is #39E02E. Grayscale: #646464. Windows color (decimal): -3792943 or 13705158. OLE color: 13705158.

HSL color Cylindrical-coordinate representation of color #C61FD1: hue angle of 296.29º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61FD1 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 31 209 -
CMYK 0.05 0.85 0 0.18
HSL 296.29º 0.74% 0.47% -
HSV(B) 296.29º 0.85% 0.82% -
XYZ 35.29 17.59 61.86 -
YUV 101.23 188.83 197.03 -
System Red Green Blue C M Y K H S L
Decimal 198 31 209 0.05 0.85 0 0.18 296.29 0.74 0.47
Hex C6 1F D1 5 55 0 12 128 4A 2F
Octal 306 37 321 5 125 0 22 450 112 57
Binary 11000110 11111 11010001 101 1010101 0 10010 100101000 1001010 101111

Color Harmonies of #C61FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FD1

Black with #C61FD1

Text Example


Text Example

White with #C61FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FD1; }

 p { color: rgb(198,31,209); }

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

background-color css

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

 a { background-color: rgb(198,31,209); }

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

border-color css

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

 span { border-color: rgb(198,31,209); }

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