Html Css Color HEX #C721CA Deep Magenta

📋 copy color: '#C721CA'

red 199 ◦ green 33 ◦ blue 202

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

Shades of Deep Magenta #C721CA

Tints of Deep Magenta #C721CA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.6%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 45.85%
G = 7.6%
B = 46.54%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C721CA (or 0xC721CA) is known color: Deep Magenta. HEX triplet: C7, 21 and CA. RGB value is (199,33,202). Sum of RGB (Red+Green+Blue) = 199+33+202=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #C721CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721CA is #38DE35. Grayscale: #656565. Windows color (decimal): -3726902 or 13246919. OLE color: 13246919.

HSL color Cylindrical-coordinate representation of color #C721CA: hue angle of 298.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C721CA is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 33 202 -
CMYK 0.01 0.84 0 0.21
HSL 298.93º 0.72% 0.46% -
HSV(B) 298.93º 0.84% 0.79% -
XYZ 34.76 17.49 57.42 -
YUV 101.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 199 33 202 0.01 0.84 0 0.21 298.93 0.72 0.46
Hex C7 21 CA 1 54 0 15 12B 48 2E
Octal 307 41 312 1 124 0 25 453 110 56
Binary 11000111 100001 11001010 1 1010100 0 10101 100101011 1001000 101110

Color Harmonies of #C721CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721CA

Black with #C721CA

Text Example


Text Example

White with #C721CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721CA; }

 p { color: rgb(199,33,202); }

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

background-color css

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

 a { background-color: rgb(199,33,202); }

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

border-color css

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

 span { border-color: rgb(199,33,202); }

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