Html Css Color HEX #C728CC Deep Magenta

📋 copy color: '#C728CC'

red 199 ◦ green 40 ◦ blue 204

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

Shades of Deep Magenta #C728CC

Tints of Deep Magenta #C728CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 44.92%
G = 9.03%
B = 46.05%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C728CC (or 0xC728CC) is known color: Deep Magenta. HEX triplet: C7, 28 and CC. RGB value is (199,40,204). Sum of RGB (Red+Green+Blue) = 199+40+204=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C728CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728CC is #38D733. Grayscale: #696969. Windows color (decimal): -3725108 or 13379783. OLE color: 13379783.

HSL color Cylindrical-coordinate representation of color #C728CC: hue angle of 298.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C728CC is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 40 204 -
CMYK 0.02 0.80 0 0.2
HSL 298.17º 0.67% 0.48% -
HSV(B) 298.17º 0.8% 0.8% -
XYZ 35.21 18.02 58.75 -
YUV 106.24 183.18 194.16 -
System Red Green Blue C M Y K H S L
Decimal 199 40 204 0.02 0.80 0 0.2 298.17 0.67 0.48
Hex C7 28 CC 2 50 0 14 12A 43 30
Octal 307 50 314 2 120 0 24 452 103 60
Binary 11000111 101000 11001100 10 1010000 0 10100 100101010 1000011 110000

Color Harmonies of #C728CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728CC

Black with #C728CC

Text Example


Text Example

White with #C728CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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