Html Css Color HEX #C725CA Deep Magenta

📋 copy color: '#C725CA'

red 199 ◦ green 37 ◦ blue 202

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

Shades of Deep Magenta #C725CA

Tints of Deep Magenta #C725CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 45.43%
G = 8.45%
B = 46.12%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C725CA (or 0xC725CA) is known color: Deep Magenta. HEX triplet: C7, 25 and CA. RGB value is (199,37,202). Sum of RGB (Red+Green+Blue) = 199+37+202=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #C725CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725CA is #38DA35. Grayscale: #676767. Windows color (decimal): -3725878 or 13247943. OLE color: 13247943.

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

Color convert

RGB 199 37 202 -
CMYK 0.01 0.82 0 0.21
HSL 298.91º 0.69% 0.47% -
HSV(B) 298.91º 0.82% 0.79% -
XYZ 34.88 17.73 57.46 -
YUV 104.25 183.17 195.58 -
System Red Green Blue C M Y K H S L
Decimal 199 37 202 0.01 0.82 0 0.21 298.91 0.69 0.47
Hex C7 25 CA 1 52 0 15 12B 45 2F
Octal 307 45 312 1 122 0 25 453 105 57
Binary 11000111 100101 11001010 1 1010010 0 10101 100101011 1000101 101111

Color Harmonies of #C725CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725CA

Black with #C725CA

Text Example


Text Example

White with #C725CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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