Html Css Color HEX #C929DD Deep Magenta

📋 copy color: '#C929DD'

red 201 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #C929DD

Tints of Deep Magenta #C929DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.86%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 43.41%
G = 8.86%
B = 47.73%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C929DD (or 0xC929DD) is known color: Deep Magenta. HEX triplet: C9, 29 and DD. RGB value is (201,41,221). Sum of RGB (Red+Green+Blue) = 201+41+221=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C929DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929DD is #36D622. Grayscale: #6C6C6C. Windows color (decimal): -3593763 or 14494153. OLE color: 14494153.

HSL color Cylindrical-coordinate representation of color #C929DD: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C929DD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 41 221 -
CMYK 0.09 0.81 0 0.13
HSL 293.33º 0.73% 0.51% -
HSV(B) 293.33º 0.81% 0.87% -
XYZ 37.93 19.22 70.12 -
YUV 109.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 201 41 221 0.09 0.81 0 0.13 293.33 0.73 0.51
Hex C9 29 DD 9 51 0 D 125 49 33
Octal 311 51 335 11 121 0 15 445 111 63
Binary 11001001 101001 11011101 1001 1010001 0 1101 100100101 1001001 110011

Color Harmonies of #C929DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929DD

Black with #C929DD

Text Example


Text Example

White with #C929DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929DD; }

 p { color: rgb(201,41,221); }

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

background-color css

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

 a { background-color: rgb(201,41,221); }

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

border-color css

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

 span { border-color: rgb(201,41,221); }

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