Html Css Color HEX #C725CD Deep Magenta

📋 copy color: '#C725CD'

red 199 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #C725CD

Tints of Deep Magenta #C725CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 45.12%
G = 8.39%
B = 46.49%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C725CD (or 0xC725CD) is known color: Deep Magenta. HEX triplet: C7, 25 and CD. RGB value is (199,37,205). Sum of RGB (Red+Green+Blue) = 199+37+205=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #C725CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725CD is #38DA32. Grayscale: #686868. Windows color (decimal): -3725875 or 13444551. OLE color: 13444551.

HSL color Cylindrical-coordinate representation of color #C725CD: hue angle of 297.86º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C725CD is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 37 205 -
CMYK 0.03 0.82 0 0.20
HSL 297.86º 0.69% 0.47% -
HSV(B) 297.86º 0.82% 0.8% -
XYZ 35.23 17.87 59.35 -
YUV 104.59 184.67 195.34 -
System Red Green Blue C M Y K H S L
Decimal 199 37 205 0.03 0.82 0 0.20 297.86 0.69 0.47
Hex C7 25 CD 3 52 0 14 12A 45 2F
Octal 307 45 315 3 122 0 24 452 105 57
Binary 11000111 100101 11001101 11 1010010 0 10100 100101010 1000101 101111

Color Harmonies of #C725CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725CD

Black with #C725CD

Text Example


Text Example

White with #C725CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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