Html Css Color HEX #C727DE Deep Magenta

📋 copy color: '#C727DE'

red 199 ◦ green 39 ◦ blue 222

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

Shades of Deep Magenta #C727DE

Tints of Deep Magenta #C727DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 43.26%
G = 8.48%
B = 48.26%

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

#C727DE (or 0xC727DE) is known color: Deep Magenta. HEX triplet: C7, 27 and DE. RGB value is (199,39,222). Sum of RGB (Red+Green+Blue) = 199+39+222=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #C727DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727DE is #38D821. Grayscale: #6B6B6B. Windows color (decimal): -3725346 or 14559175. OLE color: 14559175.

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

Color convert

RGB 199 39 222 -
CMYK 0.10 0.82 0 0.13
HSL 292.46º 0.73% 0.51% -
HSV(B) 292.46º 0.82% 0.87% -
XYZ 37.46 18.87 70.77 -
YUV 107.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 199 39 222 0.10 0.82 0 0.13 292.46 0.73 0.51
Hex C7 27 DE A 52 0 D 124 49 33
Octal 307 47 336 12 122 0 15 444 111 63
Binary 11000111 100111 11011110 1010 1010010 0 1101 100100100 1001001 110011

Color Harmonies of #C727DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727DE

Black with #C727DE

Text Example


Text Example

White with #C727DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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