Html Css Color HEX #C725BF Deep Magenta

📋 copy color: '#C725BF'

red 199 ◦ green 37 ◦ blue 191

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

Shades of Deep Magenta #C725BF

Tints of Deep Magenta #C725BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.73%

R = 46.6%
G = 8.67%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C725BF (or 0xC725BF) is known color: Deep Magenta. HEX triplet: C7, 25 and BF. RGB value is (199,37,191). Sum of RGB (Red+Green+Blue) = 199+37+191=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C725BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725BF is #38DA40. Grayscale: #666666. Windows color (decimal): -3725889 or 12527047. OLE color: 12527047.

HSL color Cylindrical-coordinate representation of color #C725BF: hue angle of 302.96º 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 #C725BF is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 191 -
CMYK 0 0.81 0.04 0.22
HSL 302.96º 0.69% 0.46% -
HSV(B) 302.96º 0.81% 0.78% -
XYZ 33.62 17.23 50.84 -
YUV 102.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 199 37 191 0 0.81 0.04 0.22 302.96 0.69 0.46
Hex C7 25 BF 0 51 4 16 12F 45 2E
Octal 307 45 277 0 121 4 26 457 105 56
Binary 11000111 100101 10111111 0 1010001 100 10110 100101111 1000101 101110

Color Harmonies of #C725BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725BF

Black with #C725BF

Text Example


Text Example

White with #C725BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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