Html Css Color HEX #C628DC Deep Magenta

📋 copy color: '#C628DC'

red 198 ◦ green 40 ◦ blue 220

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

Shades of Deep Magenta #C628DC

Tints of Deep Magenta #C628DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.73%

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

R = 43.23%
G = 8.73%
B = 48.03%

CMYK

 C value IS 0.1

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C628DC (or 0xC628DC) is known color: Deep Magenta. HEX triplet: C6, 28 and DC. RGB value is (198,40,220). Sum of RGB (Red+Green+Blue) = 198+40+220=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C628DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628DC is #39D723. Grayscale: #6B6B6B. Windows color (decimal): -3790628 or 14428358. OLE color: 14428358.

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

Color convert

RGB 198 40 220 -
CMYK 0.1 0.82 0 0.14
HSL 292.67º 0.72% 0.51% -
HSV(B) 292.67º 0.82% 0.86% -
XYZ 36.97 18.69 69.37 -
YUV 107.76 191.35 192.36 -
System Red Green Blue C M Y K H S L
Decimal 198 40 220 0.1 0.82 0 0.14 292.67 0.72 0.51
Hex C6 28 DC A 52 0 E 125 48 33
Octal 306 50 334 12 122 0 16 445 110 63
Binary 11000110 101000 11011100 1010 1010010 0 1110 100100101 1001000 110011

Color Harmonies of #C628DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628DC

Black with #C628DC

Text Example


Text Example

White with #C628DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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