Html Css Color HEX #C61FD0 Deep Magenta

📋 copy color: '#C61FD0'

red 198 ◦ green 31 ◦ blue 208

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

Shades of Deep Magenta #C61FD0

Tints of Deep Magenta #C61FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 45.31%
G = 7.09%
B = 47.6%

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

#C61FD0 (or 0xC61FD0) is known color: Deep Magenta. HEX triplet: C6, 1F and D0. RGB value is (198,31,208). Sum of RGB (Red+Green+Blue) = 198+31+208=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #C61FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FD0 is #39E02F. Grayscale: #646464. Windows color (decimal): -3792944 or 13639622. OLE color: 13639622.

HSL color Cylindrical-coordinate representation of color #C61FD0: hue angle of 296.61º 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 #C61FD0 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 31 208 -
CMYK 0.05 0.85 0 0.18
HSL 296.61º 0.74% 0.47% -
HSV(B) 296.61º 0.85% 0.82% -
XYZ 35.16 17.54 61.21 -
YUV 101.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 198 31 208 0.05 0.85 0 0.18 296.61 0.74 0.47
Hex C6 1F D0 5 55 0 12 129 4A 2F
Octal 306 37 320 5 125 0 22 451 112 57
Binary 11000110 11111 11010000 101 1010101 0 10010 100101001 1001010 101111

Color Harmonies of #C61FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FD0

Black with #C61FD0

Text Example


Text Example

White with #C61FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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