Html Css Color HEX #C727CA Deep Magenta

📋 copy color: '#C727CA'

red 199 ◦ green 39 ◦ blue 202

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

Shades of Deep Magenta #C727CA

Tints of Deep Magenta #C727CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 45.23%
G = 8.86%
B = 45.91%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C727CA (or 0xC727CA) is known color: Deep Magenta. HEX triplet: C7, 27 and CA. RGB value is (199,39,202). Sum of RGB (Red+Green+Blue) = 199+39+202=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #C727CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727CA is #38D835. Grayscale: #686868. Windows color (decimal): -3725366 or 13248455. OLE color: 13248455.

HSL color Cylindrical-coordinate representation of color #C727CA: hue angle of 298.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C727CA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 39 202 -
CMYK 0.01 0.81 0 0.21
HSL 298.9º 0.68% 0.47% -
HSV(B) 298.9º 0.81% 0.79% -
XYZ 34.94 17.86 57.48 -
YUV 105.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 199 39 202 0.01 0.81 0 0.21 298.9 0.68 0.47
Hex C7 27 CA 1 51 0 15 12B 44 2F
Octal 307 47 312 1 121 0 25 453 104 57
Binary 11000111 100111 11001010 1 1010001 0 10101 100101011 1000100 101111

Color Harmonies of #C727CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727CA

Black with #C727CA

Text Example


Text Example

White with #C727CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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