Html Css Color HEX #C727DC Deep Magenta

📋 copy color: '#C727DC'

red 199 ◦ green 39 ◦ blue 220

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

Shades of Deep Magenta #C727DC

Tints of Deep Magenta #C727DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 43.45%
G = 8.52%
B = 48.03%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C727DC (or 0xC727DC) is known color: Deep Magenta. HEX triplet: C7, 27 and DC. RGB value is (199,39,220). Sum of RGB (Red+Green+Blue) = 199+39+220=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C727DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727DC is #38D823. Grayscale: #6A6A6A. Windows color (decimal): -3725348 or 14428103. OLE color: 14428103.

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

Color convert

RGB 199 39 220 -
CMYK 0.10 0.82 0 0.14
HSL 293.04º 0.72% 0.51% -
HSV(B) 293.04º 0.82% 0.86% -
XYZ 37.2 18.76 69.37 -
YUV 107.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 199 39 220 0.10 0.82 0 0.14 293.04 0.72 0.51
Hex C7 27 DC A 52 0 E 125 48 33
Octal 307 47 334 12 122 0 16 445 110 63
Binary 11000111 100111 11011100 1010 1010010 0 1110 100100101 1001000 110011

Color Harmonies of #C727DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727DC

Black with #C727DC

Text Example


Text Example

White with #C727DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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