Html Css Color HEX #C929DF Deep Magenta

📋 copy color: '#C929DF'

red 201 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #C929DF

Tints of Deep Magenta #C929DF

RGB

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

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

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

R = 43.23%
G = 8.82%
B = 47.96%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C929DF (or 0xC929DF) is known color: Deep Magenta. HEX triplet: C9, 29 and DF. RGB value is (201,41,223). Sum of RGB (Red+Green+Blue) = 201+41+223=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C929DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929DF is #36D620. Grayscale: #6D6D6D. Windows color (decimal): -3593761 or 14625225. OLE color: 14625225.

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

Color convert

RGB 201 41 223 -
CMYK 0.10 0.82 0 0.13
HSL 292.75º 0.74% 0.52% -
HSV(B) 292.75º 0.82% 0.87% -
XYZ 38.2 19.33 71.53 -
YUV 109.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 201 41 223 0.10 0.82 0 0.13 292.75 0.74 0.52
Hex C9 29 DF A 52 0 D 125 4A 34
Octal 311 51 337 12 122 0 15 445 112 64
Binary 11001001 101001 11011111 1010 1010010 0 1101 100100101 1001010 110100

Color Harmonies of #C929DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929DF

Black with #C929DF

Text Example


Text Example

White with #C929DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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