Html Css Color HEX #C921CE Deep Magenta

📋 copy color: '#C921CE'

red 201 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #C921CE

Tints of Deep Magenta #C921CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 45.68%
G = 7.5%
B = 46.82%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C921CE (or 0xC921CE) is known color: Deep Magenta. HEX triplet: C9, 21 and CE. RGB value is (201,33,206). Sum of RGB (Red+Green+Blue) = 201+33+206=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #C921CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921CE is #36DE31. Grayscale: #666666. Windows color (decimal): -3595826 or 13509065. OLE color: 13509065.

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

Color convert

RGB 201 33 206 -
CMYK 0.02 0.84 0 0.19
HSL 298.27º 0.72% 0.47% -
HSV(B) 298.27º 0.84% 0.81% -
XYZ 35.77 17.96 59.97 -
YUV 102.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 201 33 206 0.02 0.84 0 0.19 298.27 0.72 0.47
Hex C9 21 CE 2 54 0 13 12A 48 2F
Octal 311 41 316 2 124 0 23 452 110 57
Binary 11001001 100001 11001110 10 1010100 0 10011 100101010 1001000 101111

Color Harmonies of #C921CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921CE

Black with #C921CE

Text Example


Text Example

White with #C921CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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