Html Css Color HEX #C921DF Deep Magenta

📋 copy color: '#C921DF'

red 201 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #C921DF

Tints of Deep Magenta #C921DF

RGB

 RED value IS 201 (78.91% from 255) = 43.98%

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 43.98%
G = 7.22%
B = 48.8%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C921DF (or 0xC921DF) is known color: Deep Magenta. HEX triplet: C9, 21 and DF. RGB value is (201,33,223). Sum of RGB (Red+Green+Blue) = 201+33+223=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #C921DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921DF is #36DE20. Grayscale: #686868. Windows color (decimal): -3595809 or 14623177. OLE color: 14623177.

HSL color Cylindrical-coordinate representation of color #C921DF: hue angle of 293.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C921DF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 33 223 -
CMYK 0.10 0.85 0 0.13
HSL 293.05º 0.75% 0.5% -
HSV(B) 293.05º 0.85% 0.87% -
XYZ 37.95 18.83 71.45 -
YUV 104.89 194.66 196.55 -
System Red Green Blue C M Y K H S L
Decimal 201 33 223 0.10 0.85 0 0.13 293.05 0.75 0.5
Hex C9 21 DF A 55 0 D 125 4B 32
Octal 311 41 337 12 125 0 15 445 113 62
Binary 11001001 100001 11011111 1010 1010101 0 1101 100100101 1001011 110010

Color Harmonies of #C921DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921DF

Black with #C921DF

Text Example


Text Example

White with #C921DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921DF; }

 p { color: rgb(201,33,223); }

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

background-color css

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

 a { background-color: rgb(201,33,223); }

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

border-color css

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

 span { border-color: rgb(201,33,223); }

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