Html Css Color HEX #C727CF Deep Magenta

📋 copy color: '#C727CF'

red 199 ◦ green 39 ◦ blue 207

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

Shades of Deep Magenta #C727CF

Tints of Deep Magenta #C727CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 44.72%
G = 8.76%
B = 46.52%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C727CF (or 0xC727CF) is known color: Deep Magenta. HEX triplet: C7, 27 and CF. RGB value is (199,39,207). Sum of RGB (Red+Green+Blue) = 199+39+207=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #C727CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727CF is #38D830. Grayscale: #696969. Windows color (decimal): -3725361 or 13576135. OLE color: 13576135.

HSL color Cylindrical-coordinate representation of color #C727CF: hue angle of 297.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C727CF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 39 207 -
CMYK 0.04 0.81 0 0.19
HSL 297.14º 0.68% 0.48% -
HSV(B) 297.14º 0.81% 0.81% -
XYZ 35.54 18.1 60.65 -
YUV 105.99 185.01 194.34 -
System Red Green Blue C M Y K H S L
Decimal 199 39 207 0.04 0.81 0 0.19 297.14 0.68 0.48
Hex C7 27 CF 4 51 0 13 129 44 30
Octal 307 47 317 4 121 0 23 451 104 60
Binary 11000111 100111 11001111 100 1010001 0 10011 100101001 1000100 110000

Color Harmonies of #C727CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727CF

Black with #C727CF

Text Example


Text Example

White with #C727CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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