Html Css Color HEX #C61DDD Deep Magenta

📋 copy color: '#C61DDD'

red 198 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #C61DDD

Tints of Deep Magenta #C61DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 44.2%
G = 6.47%
B = 49.33%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C61DDD (or 0xC61DDD) is known color: Deep Magenta. HEX triplet: C6, 1D and DD. RGB value is (198,29,221). Sum of RGB (Red+Green+Blue) = 198+29+221=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #C61DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DDD is #39E222. Grayscale: #646464. Windows color (decimal): -3793443 or 14491078. OLE color: 14491078.

HSL color Cylindrical-coordinate representation of color #C61DDD: hue angle of 292.81º 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 #C61DDD is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 29 221 -
CMYK 0.10 0.87 0 0.13
HSL 292.81º 0.77% 0.49% -
HSV(B) 292.81º 0.87% 0.87% -
XYZ 36.78 18.1 69.96 -
YUV 101.42 195.49 196.89 -
System Red Green Blue C M Y K H S L
Decimal 198 29 221 0.10 0.87 0 0.13 292.81 0.77 0.49
Hex C6 1D DD A 57 0 D 125 4D 31
Octal 306 35 335 12 127 0 15 445 115 61
Binary 11000110 11101 11011101 1010 1010111 0 1101 100100101 1001101 110001

Color Harmonies of #C61DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DDD

Black with #C61DDD

Text Example


Text Example

White with #C61DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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