Html Css Color HEX #C61BDC Deep Magenta

📋 copy color: '#C61BDC'

red 198 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #C61BDC

Tints of Deep Magenta #C61BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.07%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 44.49%
G = 6.07%
B = 49.44%

CMYK

 C value IS 0.1

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C61BDC (or 0xC61BDC) is known color: Deep Magenta. HEX triplet: C6, 1B and DC. RGB value is (198,27,220). Sum of RGB (Red+Green+Blue) = 198+27+220=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #C61BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BDC is #39E423. Grayscale: #636363. Windows color (decimal): -3793956 or 14425030. OLE color: 14425030.

HSL color Cylindrical-coordinate representation of color #C61BDC: hue angle of 293.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61BDC is Cyan = 0.1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 27 220 -
CMYK 0.1 0.88 0 0.14
HSL 293.16º 0.78% 0.48% -
HSV(B) 293.16º 0.88% 0.86% -
XYZ 36.6 17.96 69.25 -
YUV 100.13 195.65 197.81 -
System Red Green Blue C M Y K H S L
Decimal 198 27 220 0.1 0.88 0 0.14 293.16 0.78 0.48
Hex C6 1B DC A 58 0 E 125 4E 30
Octal 306 33 334 12 130 0 16 445 116 60
Binary 11000110 11011 11011100 1010 1011000 0 1110 100100101 1001110 110000

Color Harmonies of #C61BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BDC

Black with #C61BDC

Text Example


Text Example

White with #C61BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BDC; }

 p { color: rgb(198,27,220); }

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

background-color css

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

 a { background-color: rgb(198,27,220); }

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

border-color css

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

 span { border-color: rgb(198,27,220); }

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