Html Css Color HEX #C61DDF Deep Magenta

📋 copy color: '#C61DDF'

red 198 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #C61DDF

Tints of Deep Magenta #C61DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 44%
G = 6.44%
B = 49.56%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C61DDF (or 0xC61DDF) is known color: Deep Magenta. HEX triplet: C6, 1D and DF. RGB value is (198,29,223). Sum of RGB (Red+Green+Blue) = 198+29+223=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C61DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DDF is #39E220. Grayscale: #656565. Windows color (decimal): -3793441 or 14622150. OLE color: 14622150.

HSL color Cylindrical-coordinate representation of color #C61DDF: hue angle of 292.27º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61DDF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 29 223 -
CMYK 0.11 0.87 0 0.13
HSL 292.27º 0.77% 0.49% -
HSV(B) 292.27º 0.87% 0.87% -
XYZ 37.05 18.21 71.37 -
YUV 101.65 196.49 196.73 -
System Red Green Blue C M Y K H S L
Decimal 198 29 223 0.11 0.87 0 0.13 292.27 0.77 0.49
Hex C6 1D DF B 57 0 D 124 4D 31
Octal 306 35 337 13 127 0 15 444 115 61
Binary 11000110 11101 11011111 1011 1010111 0 1101 100100100 1001101 110001

Color Harmonies of #C61DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DDF

Black with #C61DDF

Text Example


Text Example

White with #C61DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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