Html Css Color HEX #C72BCE Deep Magenta

📋 copy color: '#C72BCE'

red 199 ◦ green 43 ◦ blue 206

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

Shades of Deep Magenta #C72BCE

Tints of Deep Magenta #C72BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.6%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 44.42%
G = 9.6%
B = 45.98%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C72BCE (or 0xC72BCE) is known color: Deep Magenta. HEX triplet: C7, 2B and CE. RGB value is (199,43,206). Sum of RGB (Red+Green+Blue) = 199+43+206=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #C72BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72BCE is #38D431. Grayscale: #6B6B6B. Windows color (decimal): -3724338 or 13511623. OLE color: 13511623.

HSL color Cylindrical-coordinate representation of color #C72BCE: hue angle of 297.42º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72BCE is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 43 206 -
CMYK 0.03 0.79 0 0.19
HSL 297.42º 0.65% 0.49% -
HSV(B) 297.42º 0.79% 0.81% -
XYZ 35.56 18.33 60.06 -
YUV 108.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 199 43 206 0.03 0.79 0 0.19 297.42 0.65 0.49
Hex C7 2B CE 3 4F 0 13 129 41 31
Octal 307 53 316 3 117 0 23 451 101 61
Binary 11000111 101011 11001110 11 1001111 0 10011 100101001 1000001 110001

Color Harmonies of #C72BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BCE

Black with #C72BCE

Text Example


Text Example

White with #C72BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BCE; }

 p { color: rgb(199,43,206); }

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

background-color css

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

 a { background-color: rgb(199,43,206); }

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

border-color css

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

 span { border-color: rgb(199,43,206); }

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