Html Css Color HEX #C720BE Deep Magenta

📋 copy color: '#C720BE'

red 199 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #C720BE

Tints of Deep Magenta #C720BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.6%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 47.27%
G = 7.6%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C720BE (or 0xC720BE) is known color: Deep Magenta. HEX triplet: C7, 20 and BE. RGB value is (199,32,190). Sum of RGB (Red+Green+Blue) = 199+32+190=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C720BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720BE is #38DF41. Grayscale: #636363. Windows color (decimal): -3727170 or 12460231. OLE color: 12460231.

HSL color Cylindrical-coordinate representation of color #C720BE: hue angle of 303.23º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C720BE is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 190 -
CMYK 0 0.84 0.05 0.22
HSL 303.23º 0.72% 0.45% -
HSV(B) 303.23º 0.84% 0.78% -
XYZ 33.36 16.89 50.22 -
YUV 99.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 199 32 190 0 0.84 0.05 0.22 303.23 0.72 0.45
Hex C7 20 BE 0 54 5 16 12F 48 2D
Octal 307 40 276 0 124 5 26 457 110 55
Binary 11000111 100000 10111110 0 1010100 101 10110 100101111 1001000 101101

Color Harmonies of #C720BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720BE

Black with #C720BE

Text Example


Text Example

White with #C720BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720BE; }

 p { color: rgb(199,32,190); }

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

background-color css

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

 a { background-color: rgb(199,32,190); }

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

border-color css

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

 span { border-color: rgb(199,32,190); }

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