Html Css Color HEX #C72ACB Deep Magenta

📋 copy color: '#C72ACB'

red 199 ◦ green 42 ◦ blue 203

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

Shades of Deep Magenta #C72ACB

Tints of Deep Magenta #C72ACB

RGB

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

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

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

R = 44.82%
G = 9.46%
B = 45.72%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C72ACB (or 0xC72ACB) is known color: Deep Magenta. HEX triplet: C7, 2A and CB. RGB value is (199,42,203). Sum of RGB (Red+Green+Blue) = 199+42+203=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #C72ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ACB is #38D534. Grayscale: #6A6A6A. Windows color (decimal): -3724597 or 13314759. OLE color: 13314759.

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

Color convert

RGB 199 42 203 -
CMYK 0.02 0.79 0 0.20
HSL 298.51º 0.66% 0.48% -
HSV(B) 298.51º 0.79% 0.8% -
XYZ 35.16 18.11 58.14 -
YUV 107.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 199 42 203 0.02 0.79 0 0.20 298.51 0.66 0.48
Hex C7 2A CB 2 4F 0 14 12B 42 30
Octal 307 52 313 2 117 0 24 453 102 60
Binary 11000111 101010 11001011 10 1001111 0 10100 100101011 1000010 110000

Color Harmonies of #C72ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ACB

Black with #C72ACB

Text Example


Text Example

White with #C72ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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