Html Css Color HEX #C724CF Deep Magenta

📋 copy color: '#C724CF'

red 199 ◦ green 36 ◦ blue 207

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

Shades of Deep Magenta #C724CF

Tints of Deep Magenta #C724CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.14%

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

R = 45.02%
G = 8.14%
B = 46.83%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C724CF (or 0xC724CF) is known color: Deep Magenta. HEX triplet: C7, 24 and CF. RGB value is (199,36,207). Sum of RGB (Red+Green+Blue) = 199+36+207=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C724CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724CF is #38DB30. Grayscale: #676767. Windows color (decimal): -3726129 or 13575367. OLE color: 13575367.

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

Color convert

RGB 199 36 207 -
CMYK 0.04 0.83 0 0.19
HSL 297.19º 0.7% 0.48% -
HSV(B) 297.19º 0.83% 0.81% -
XYZ 35.45 17.91 60.62 -
YUV 104.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 199 36 207 0.04 0.83 0 0.19 297.19 0.7 0.48
Hex C7 24 CF 4 53 0 13 129 46 30
Octal 307 44 317 4 123 0 23 451 106 60
Binary 11000111 100100 11001111 100 1010011 0 10011 100101001 1000110 110000

Color Harmonies of #C724CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C724CF

Black with #C724CF

Text Example


Text Example

White with #C724CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C724CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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