Html Css Color HEX #C725B2 Deep Magenta

📋 copy color: '#C725B2'

red 199 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #C725B2

Tints of Deep Magenta #C725B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43%

R = 48.07%
G = 8.94%
B = 43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C725B2 (or 0xC725B2) is known color: Deep Magenta. HEX triplet: C7, 25 and B2. RGB value is (199,37,178). Sum of RGB (Red+Green+Blue) = 199+37+178=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C725B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725B2 is #38DA4D. Grayscale: #656565. Windows color (decimal): -3725902 or 11675079. OLE color: 11675079.

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

Color convert

RGB 199 37 178 -
CMYK 0 0.81 0.11 0.22
HSL 307.78º 0.69% 0.46% -
HSV(B) 307.78º 0.81% 0.78% -
XYZ 32.25 16.68 43.64 -
YUV 101.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 199 37 178 0 0.81 0.11 0.22 307.78 0.69 0.46
Hex C7 25 B2 0 51 B 16 134 45 2E
Octal 307 45 262 0 121 13 26 464 105 56
Binary 11000111 100101 10110010 0 1010001 1011 10110 100110100 1000101 101110

Color Harmonies of #C725B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725B2

Black with #C725B2

Text Example


Text Example

White with #C725B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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