Html Css Color HEX #C727D5 Deep Magenta

📋 copy color: '#C727D5'

red 199 ◦ green 39 ◦ blue 213

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

Shades of Deep Magenta #C727D5

Tints of Deep Magenta #C727D5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.65%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 44.12%
G = 8.65%
B = 47.23%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C727D5 (or 0xC727D5) is known color: Deep Magenta. HEX triplet: C7, 27 and D5. RGB value is (199,39,213). Sum of RGB (Red+Green+Blue) = 199+39+213=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #C727D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727D5 is #38D82A. Grayscale: #6A6A6A. Windows color (decimal): -3725355 or 13969351. OLE color: 13969351.

HSL color Cylindrical-coordinate representation of color #C727D5: hue angle of 295.17º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C727D5 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 39 213 -
CMYK 0.07 0.82 0 0.16
HSL 295.17º 0.69% 0.49% -
HSV(B) 295.17º 0.82% 0.84% -
XYZ 36.29 18.4 64.59 -
YUV 106.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 199 39 213 0.07 0.82 0 0.16 295.17 0.69 0.49
Hex C7 27 D5 7 52 0 10 127 45 31
Octal 307 47 325 7 122 0 20 447 105 61
Binary 11000111 100111 11010101 111 1010010 0 10000 100100111 1000101 110001

Color Harmonies of #C727D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727D5

Black with #C727D5

Text Example


Text Example

White with #C727D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727D5; }

 p { color: rgb(199,39,213); }

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

background-color css

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

 a { background-color: rgb(199,39,213); }

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

border-color css

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

 span { border-color: rgb(199,39,213); }

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