Html Css Color HEX #C929DE Deep Magenta

📋 copy color: '#C929DE'

red 201 ◦ green 41 ◦ blue 222

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

Shades of Deep Magenta #C929DE

Tints of Deep Magenta #C929DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 43.32%
G = 8.84%
B = 47.84%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C929DE (or 0xC929DE) is known color: Deep Magenta. HEX triplet: C9, 29 and DE. RGB value is (201,41,222). Sum of RGB (Red+Green+Blue) = 201+41+222=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 41 (16.41% from 255 or 8.84% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #C929DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929DE is #36D621. Grayscale: #6C6C6C. Windows color (decimal): -3593762 or 14559689. OLE color: 14559689.

HSL color Cylindrical-coordinate representation of color #C929DE: hue angle of 293.04º degrees, saturation: 0.73, 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 #C929DE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 41 222 -
CMYK 0.09 0.82 0 0.13
HSL 293.04º 0.73% 0.52% -
HSV(B) 293.04º 0.82% 0.87% -
XYZ 38.07 19.28 70.82 -
YUV 109.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 201 41 222 0.09 0.82 0 0.13 293.04 0.73 0.52
Hex C9 29 DE 9 52 0 D 125 49 34
Octal 311 51 336 11 122 0 15 445 111 64
Binary 11001001 101001 11011110 1001 1010010 0 1101 100100101 1001001 110100

Color Harmonies of #C929DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929DE

Black with #C929DE

Text Example


Text Example

White with #C929DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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