Html Css Color HEX #C721CB Deep Magenta

📋 copy color: '#C721CB'

red 199 ◦ green 33 ◦ blue 203

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

Shades of Deep Magenta #C721CB

Tints of Deep Magenta #C721CB

RGB

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

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

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

R = 45.75%
G = 7.59%
B = 46.67%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C721CB (or 0xC721CB) is known color: Deep Magenta. HEX triplet: C7, 21 and CB. RGB value is (199,33,203). Sum of RGB (Red+Green+Blue) = 199+33+203=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #C721CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721CB is #38DE34. Grayscale: #656565. Windows color (decimal): -3726901 or 13312455. OLE color: 13312455.

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

Color convert

RGB 199 33 203 -
CMYK 0.02 0.84 0 0.20
HSL 298.59º 0.72% 0.46% -
HSV(B) 298.59º 0.84% 0.8% -
XYZ 34.88 17.54 58.05 -
YUV 102.01 185 197.18 -
System Red Green Blue C M Y K H S L
Decimal 199 33 203 0.02 0.84 0 0.20 298.59 0.72 0.46
Hex C7 21 CB 2 54 0 14 12B 48 2E
Octal 307 41 313 2 124 0 24 453 110 56
Binary 11000111 100001 11001011 10 1010100 0 10100 100101011 1001000 101110

Color Harmonies of #C721CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721CB

Black with #C721CB

Text Example


Text Example

White with #C721CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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