Html Css Color HEX #C724B4 Deep Magenta

📋 copy color: '#C724B4'

red 199 ◦ green 36 ◦ blue 180

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

Shades of Deep Magenta #C724B4

Tints of Deep Magenta #C724B4

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.67%

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 47.95%
G = 8.67%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C724B4 (or 0xC724B4) is known color: Deep Magenta. HEX triplet: C7, 24 and B4. RGB value is (199,36,180). Sum of RGB (Red+Green+Blue) = 199+36+180=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C724B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724B4 is #38DB4B. Grayscale: #646464. Windows color (decimal): -3726156 or 11805895. OLE color: 11805895.

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

Color convert

RGB 199 36 180 -
CMYK 0 0.82 0.10 0.22
HSL 306.99º 0.69% 0.46% -
HSV(B) 306.99º 0.82% 0.78% -
XYZ 32.42 16.7 44.69 -
YUV 101.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 199 36 180 0 0.82 0.10 0.22 306.99 0.69 0.46
Hex C7 24 B4 0 52 A 16 133 45 2E
Octal 307 44 264 0 122 12 26 463 105 56
Binary 11000111 100100 10110100 0 1010010 1010 10110 100110011 1000101 101110

Color Harmonies of #C724B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C724B4

Black with #C724B4

Text Example


Text Example

White with #C724B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C724B4; }

 p { color: rgb(199,36,180); }

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

background-color css

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

 a { background-color: rgb(199,36,180); }

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

border-color css

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

 span { border-color: rgb(199,36,180); }

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