Html Css Color HEX #C728E0 Deep Magenta

📋 copy color: '#C728E0'

red 199 ◦ green 40 ◦ blue 224

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

Shades of Deep Magenta #C728E0

Tints of Deep Magenta #C728E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 42.98%
G = 8.64%
B = 48.38%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C728E0 (or 0xC728E0) is known color: Deep Magenta. HEX triplet: C7, 28 and E0. RGB value is (199,40,224). Sum of RGB (Red+Green+Blue) = 199+40+224=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #C728E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C728E0 is #38D71F. Grayscale: #6B6B6B. Windows color (decimal): -3725088 or 14690503. OLE color: 14690503.

HSL color Cylindrical-coordinate representation of color #C728E0: hue angle of 291.85º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C728E0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 40 224 -
CMYK 0.11 0.82 0 0.12
HSL 291.85º 0.75% 0.52% -
HSV(B) 291.85º 0.82% 0.88% -
XYZ 37.77 19.04 72.21 -
YUV 108.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 199 40 224 0.11 0.82 0 0.12 291.85 0.75 0.52
Hex C7 28 E0 B 52 0 C 124 4B 34
Octal 307 50 340 13 122 0 14 444 113 64
Binary 11000111 101000 11100000 1011 1010010 0 1100 100100100 1001011 110100

Color Harmonies of #C728E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728E0

Black with #C728E0

Text Example


Text Example

White with #C728E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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