Html Css Color HEX #C727CD Deep Magenta

📋 copy color: '#C727CD'

red 199 ◦ green 39 ◦ blue 205

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

Shades of Deep Magenta #C727CD

Tints of Deep Magenta #C727CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 44.92%
G = 8.8%
B = 46.28%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C727CD (or 0xC727CD) is known color: Deep Magenta. HEX triplet: C7, 27 and CD. RGB value is (199,39,205). Sum of RGB (Red+Green+Blue) = 199+39+205=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #C727CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727CD is #38D832. Grayscale: #696969. Windows color (decimal): -3725363 or 13445063. OLE color: 13445063.

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

Color convert

RGB 199 39 205 -
CMYK 0.03 0.81 0 0.20
HSL 297.83º 0.68% 0.48% -
HSV(B) 297.83º 0.81% 0.8% -
XYZ 35.3 18 59.37 -
YUV 105.76 184.01 194.5 -
System Red Green Blue C M Y K H S L
Decimal 199 39 205 0.03 0.81 0 0.20 297.83 0.68 0.48
Hex C7 27 CD 3 51 0 14 12A 44 30
Octal 307 47 315 3 121 0 24 452 104 60
Binary 11000111 100111 11001101 11 1010001 0 10100 100101010 1000100 110000

Color Harmonies of #C727CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727CD

Black with #C727CD

Text Example


Text Example

White with #C727CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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