Html Css Color HEX #C628DD Deep Magenta

📋 copy color: '#C628DD'

red 198 ◦ green 40 ◦ blue 221

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

Shades of Deep Magenta #C628DD

Tints of Deep Magenta #C628DD

RGB

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

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

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

R = 43.14%
G = 8.71%
B = 48.15%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C628DD (or 0xC628DD) is known color: Deep Magenta. HEX triplet: C6, 28 and DD. RGB value is (198,40,221). Sum of RGB (Red+Green+Blue) = 198+40+221=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #C628DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C628DD is #39D722. Grayscale: #6B6B6B. Windows color (decimal): -3790627 or 14493894. OLE color: 14493894.

HSL color Cylindrical-coordinate representation of color #C628DD: hue angle of 292.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C628DD is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 40 221 -
CMYK 0.10 0.82 0 0.13
HSL 292.38º 0.73% 0.51% -
HSV(B) 292.38º 0.82% 0.87% -
XYZ 37.1 18.74 70.07 -
YUV 107.88 191.85 192.28 -
System Red Green Blue C M Y K H S L
Decimal 198 40 221 0.10 0.82 0 0.13 292.38 0.73 0.51
Hex C6 28 DD A 52 0 D 124 49 33
Octal 306 50 335 12 122 0 15 444 111 63
Binary 11000110 101000 11011101 1010 1010010 0 1101 100100100 1001001 110011

Color Harmonies of #C628DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C628DD

Black with #C628DD

Text Example


Text Example

White with #C628DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C628DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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