Html Css Color HEX #C725BB Deep Magenta

📋 copy color: '#C725BB'

red 199 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #C725BB

Tints of Deep Magenta #C725BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 47.04%
G = 8.75%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C725BB (or 0xC725BB) is known color: Deep Magenta. HEX triplet: C7, 25 and BB. RGB value is (199,37,187). Sum of RGB (Red+Green+Blue) = 199+37+187=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C725BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725BB is #38DA44. Grayscale: #666666. Windows color (decimal): -3725893 or 12264903. OLE color: 12264903.

HSL color Cylindrical-coordinate representation of color #C725BB: hue angle of 304.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C725BB is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 187 -
CMYK 0 0.81 0.06 0.22
HSL 304.44º 0.69% 0.46% -
HSV(B) 304.44º 0.81% 0.78% -
XYZ 33.18 17.05 48.56 -
YUV 102.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 199 37 187 0 0.81 0.06 0.22 304.44 0.69 0.46
Hex C7 25 BB 0 51 6 16 130 45 2E
Octal 307 45 273 0 121 6 26 460 105 56
Binary 11000111 100101 10111011 0 1010001 110 10110 100110000 1000101 101110

Color Harmonies of #C725BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725BB

Black with #C725BB

Text Example


Text Example

White with #C725BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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