Html Css Color HEX #C725CB Deep Magenta

📋 copy color: '#C725CB'

red 199 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #C725CB

Tints of Deep Magenta #C725CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 45.33%
G = 8.43%
B = 46.24%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C725CB (or 0xC725CB) is known color: Deep Magenta. HEX triplet: C7, 25 and CB. RGB value is (199,37,203). Sum of RGB (Red+Green+Blue) = 199+37+203=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #C725CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C725CB is #38DA34. Grayscale: #676767. Windows color (decimal): -3725877 or 13313479. OLE color: 13313479.

HSL color Cylindrical-coordinate representation of color #C725CB: hue angle of 298.55º 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 #C725CB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 37 203 -
CMYK 0.02 0.82 0 0.20
HSL 298.55º 0.69% 0.47% -
HSV(B) 298.55º 0.82% 0.8% -
XYZ 34.99 17.78 58.09 -
YUV 104.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 199 37 203 0.02 0.82 0 0.20 298.55 0.69 0.47
Hex C7 25 CB 2 52 0 14 12B 45 2F
Octal 307 45 313 2 122 0 24 453 105 57
Binary 11000111 100101 11001011 10 1010010 0 10100 100101011 1000101 101111

Color Harmonies of #C725CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725CB

Black with #C725CB

Text Example


Text Example

White with #C725CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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