Html Css Color HEX #C727CC Deep Magenta

📋 copy color: '#C727CC'

red 199 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #C727CC

Tints of Deep Magenta #C727CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 45.02%
G = 8.82%
B = 46.15%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C727CC (or 0xC727CC) is known color: Deep Magenta. HEX triplet: C7, 27 and CC. RGB value is (199,39,204). Sum of RGB (Red+Green+Blue) = 199+39+204=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C727CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C727CC is #38D833. Grayscale: #696969. Windows color (decimal): -3725364 or 13379527. OLE color: 13379527.

HSL color Cylindrical-coordinate representation of color #C727CC: hue angle of 298.18º 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 #C727CC is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 39 204 -
CMYK 0.02 0.81 0 0.2
HSL 298.18º 0.68% 0.48% -
HSV(B) 298.18º 0.81% 0.8% -
XYZ 35.18 17.95 58.74 -
YUV 105.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 199 39 204 0.02 0.81 0 0.2 298.18 0.68 0.48
Hex C7 27 CC 2 51 0 14 12A 44 30
Octal 307 47 314 2 121 0 24 452 104 60
Binary 11000111 100111 11001100 10 1010001 0 10100 100101010 1000100 110000

Color Harmonies of #C727CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C727CC

Black with #C727CC

Text Example


Text Example

White with #C727CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C727CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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