Html Css Color HEX #C727E0 Deep Magenta

📋 copy color: '#C727E0'

red 199 ◦ green 39 ◦ blue 224

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

Shades of Deep Magenta #C727E0

Tints of Deep Magenta #C727E0

RGB

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

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

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

R = 43.07%
G = 8.44%
B = 48.48%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C727E0 (or 0xC727E0) is known color: Deep Magenta. HEX triplet: C7, 27 and E0. RGB value is (199,39,224). Sum of RGB (Red+Green+Blue) = 199+39+224=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #C727E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727E0 is #38D81F. Grayscale: #6B6B6B. Windows color (decimal): -3725344 or 14690247. OLE color: 14690247.

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

Color convert

RGB 199 39 224 -
CMYK 0.11 0.83 0 0.12
HSL 291.89º 0.75% 0.52% -
HSV(B) 291.89º 0.83% 0.88% -
XYZ 37.73 18.97 72.19 -
YUV 107.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 199 39 224 0.11 0.83 0 0.12 291.89 0.75 0.52
Hex C7 27 E0 B 53 0 C 124 4B 34
Octal 307 47 340 13 123 0 14 444 113 64
Binary 11000111 100111 11100000 1011 1010011 0 1100 100100100 1001011 110100

Color Harmonies of #C727E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727E0

Black with #C727E0

Text Example


Text Example

White with #C727E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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