Html Css Color HEX #C720B2 Deep Magenta

📋 copy color: '#C720B2'

red 199 ◦ green 32 ◦ blue 178

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

Shades of Deep Magenta #C720B2

Tints of Deep Magenta #C720B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.52%

R = 48.66%
G = 7.82%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C720B2 (or 0xC720B2) is known color: Deep Magenta. HEX triplet: C7, 20 and B2. RGB value is (199,32,178). Sum of RGB (Red+Green+Blue) = 199+32+178=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C720B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C720B2 is #38DF4D. Grayscale: #626262. Windows color (decimal): -3727182 or 11673799. OLE color: 11673799.

HSL color Cylindrical-coordinate representation of color #C720B2: hue angle of 307.54º 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 #C720B2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 178 -
CMYK 0 0.84 0.11 0.22
HSL 307.54º 0.72% 0.45% -
HSV(B) 307.54º 0.84% 0.78% -
XYZ 32.11 16.39 43.59 -
YUV 98.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 199 32 178 0 0.84 0.11 0.22 307.54 0.72 0.45
Hex C7 20 B2 0 54 B 16 134 48 2D
Octal 307 40 262 0 124 13 26 464 110 55
Binary 11000111 100000 10110010 0 1010100 1011 10110 100110100 1001000 101101

Color Harmonies of #C720B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720B2

Black with #C720B2

Text Example


Text Example

White with #C720B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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