Html Css Color HEX #C725CE Deep Magenta

📋 copy color: '#C725CE'

red 199 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #C725CE

Tints of Deep Magenta #C725CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.37%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 45.02%
G = 8.37%
B = 46.61%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C725CE (or 0xC725CE) is known color: Deep Magenta. HEX triplet: C7, 25 and CE. RGB value is (199,37,206). Sum of RGB (Red+Green+Blue) = 199+37+206=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #C725CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725CE is #38DA31. Grayscale: #686868. Windows color (decimal): -3725874 or 13510087. OLE color: 13510087.

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

Color convert

RGB 199 37 206 -
CMYK 0.03 0.82 0 0.19
HSL 297.51º 0.7% 0.48% -
HSV(B) 297.51º 0.82% 0.81% -
XYZ 35.36 17.92 59.99 -
YUV 104.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 199 37 206 0.03 0.82 0 0.19 297.51 0.7 0.48
Hex C7 25 CE 3 52 0 13 12A 46 30
Octal 307 45 316 3 122 0 23 452 106 60
Binary 11000111 100101 11001110 11 1010010 0 10011 100101010 1000110 110000

Color Harmonies of #C725CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725CE

Black with #C725CE

Text Example


Text Example

White with #C725CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725CE; }

 p { color: rgb(199,37,206); }

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

background-color css

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

 a { background-color: rgb(199,37,206); }

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

border-color css

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

 span { border-color: rgb(199,37,206); }

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