Html Css Color HEX #C72ACC Deep Magenta

📋 copy color: '#C72ACC'

red 199 ◦ green 42 ◦ blue 204

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

Shades of Deep Magenta #C72ACC

Tints of Deep Magenta #C72ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.44%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 44.72%
G = 9.44%
B = 45.84%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C72ACC (or 0xC72ACC) is known color: Deep Magenta. HEX triplet: C7, 2A and CC. RGB value is (199,42,204). Sum of RGB (Red+Green+Blue) = 199+42+204=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #C72ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ACC is #38D533. Grayscale: #6A6A6A. Windows color (decimal): -3724596 or 13380295. OLE color: 13380295.

HSL color Cylindrical-coordinate representation of color #C72ACC: hue angle of 298.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72ACC is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 42 204 -
CMYK 0.02 0.79 0 0.2
HSL 298.15º 0.66% 0.48% -
HSV(B) 298.15º 0.79% 0.8% -
XYZ 35.28 18.16 58.77 -
YUV 107.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 199 42 204 0.02 0.79 0 0.2 298.15 0.66 0.48
Hex C7 2A CC 2 4F 0 14 12A 42 30
Octal 307 52 314 2 117 0 24 452 102 60
Binary 11000111 101010 11001100 10 1001111 0 10100 100101010 1000010 110000

Color Harmonies of #C72ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ACC

Black with #C72ACC

Text Example


Text Example

White with #C72ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ACC; }

 p { color: rgb(199,42,204); }

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

background-color css

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

 a { background-color: rgb(199,42,204); }

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

border-color css

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

 span { border-color: rgb(199,42,204); }

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