Html Css Color HEX #C728DD Deep Magenta

📋 copy color: '#C728DD'

red 199 ◦ green 40 ◦ blue 221

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

Shades of Deep Magenta #C728DD

Tints of Deep Magenta #C728DD

RGB

 RED value IS 199 (78.13% from 255) = 43.26%

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

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

R = 43.26%
G = 8.7%
B = 48.04%

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

#C728DD (or 0xC728DD) is known color: Deep Magenta. HEX triplet: C7, 28 and DD. RGB value is (199,40,221). Sum of RGB (Red+Green+Blue) = 199+40+221=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #C728DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728DD is #38D722. Grayscale: #6B6B6B. Windows color (decimal): -3725091 or 14493895. OLE color: 14493895.

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

Color convert

RGB 199 40 221 -
CMYK 0.10 0.82 0 0.13
HSL 292.71º 0.73% 0.51% -
HSV(B) 292.71º 0.82% 0.87% -
XYZ 37.36 18.88 70.08 -
YUV 108.18 191.68 192.78 -
System Red Green Blue C M Y K H S L
Decimal 199 40 221 0.10 0.82 0 0.13 292.71 0.73 0.51
Hex C7 28 DD A 52 0 D 125 49 33
Octal 307 50 335 12 122 0 15 445 111 63
Binary 11000111 101000 11011101 1010 1010010 0 1101 100100101 1001001 110011

Color Harmonies of #C728DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728DD

Black with #C728DD

Text Example


Text Example

White with #C728DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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