Html Css Color HEX #C621DC Deep Magenta

📋 copy color: '#C621DC'

red 198 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #C621DC

Tints of Deep Magenta #C621DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.32%

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

R = 43.9%
G = 7.32%
B = 48.78%

CMYK

 C value IS 0.1

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C621DC (or 0xC621DC) is known color: Deep Magenta. HEX triplet: C6, 21 and DC. RGB value is (198,33,220). Sum of RGB (Red+Green+Blue) = 198+33+220=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #C621DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C621DC is #39DE23. Grayscale: #676767. Windows color (decimal): -3792420 or 14426566. OLE color: 14426566.

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

Color convert

RGB 198 33 220 -
CMYK 0.1 0.85 0 0.14
HSL 292.94º 0.74% 0.5% -
HSV(B) 292.94º 0.85% 0.86% -
XYZ 36.75 18.26 69.3 -
YUV 103.65 193.66 195.29 -
System Red Green Blue C M Y K H S L
Decimal 198 33 220 0.1 0.85 0 0.14 292.94 0.74 0.5
Hex C6 21 DC A 55 0 E 125 4A 32
Octal 306 41 334 12 125 0 16 445 112 62
Binary 11000110 100001 11011100 1010 1010101 0 1110 100100101 1001010 110010

Color Harmonies of #C621DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621DC

Black with #C621DC

Text Example


Text Example

White with #C621DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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