Html Css Color HEX #C725DC Deep Magenta

📋 copy color: '#C725DC'

red 199 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #C725DC

Tints of Deep Magenta #C725DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 43.64%
G = 8.11%
B = 48.25%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C725DC (or 0xC725DC) is known color: Deep Magenta. HEX triplet: C7, 25 and DC. RGB value is (199,37,220). Sum of RGB (Red+Green+Blue) = 199+37+220=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #C725DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725DC is #38DA23. Grayscale: #696969. Windows color (decimal): -3725860 or 14427591. OLE color: 14427591.

HSL color Cylindrical-coordinate representation of color #C725DC: hue angle of 293.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C725DC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 37 220 -
CMYK 0.10 0.83 0 0.14
HSL 293.11º 0.72% 0.5% -
HSV(B) 293.11º 0.83% 0.86% -
XYZ 37.13 18.63 69.35 -
YUV 106.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 199 37 220 0.10 0.83 0 0.14 293.11 0.72 0.5
Hex C7 25 DC A 53 0 E 125 48 32
Octal 307 45 334 12 123 0 16 445 110 62
Binary 11000111 100101 11011100 1010 1010011 0 1110 100100101 1001000 110010

Color Harmonies of #C725DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725DC

Black with #C725DC

Text Example


Text Example

White with #C725DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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