Html Css Color HEX #C929DA Deep Magenta

📋 copy color: '#C929DA'

red 201 ◦ green 41 ◦ blue 218

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

Shades of Deep Magenta #C929DA

Tints of Deep Magenta #C929DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 43.7%
G = 8.91%
B = 47.39%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C929DA (or 0xC929DA) is known color: Deep Magenta. HEX triplet: C9, 29 and DA. RGB value is (201,41,218). Sum of RGB (Red+Green+Blue) = 201+41+218=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C929DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929DA is #36D625. Grayscale: #6C6C6C. Windows color (decimal): -3593766 or 14297545. OLE color: 14297545.

HSL color Cylindrical-coordinate representation of color #C929DA: hue angle of 294.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C929DA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 41 218 -
CMYK 0.08 0.81 0 0.15
HSL 294.24º 0.71% 0.51% -
HSV(B) 294.24º 0.81% 0.85% -
XYZ 37.54 19.07 68.03 -
YUV 109.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 201 41 218 0.08 0.81 0 0.15 294.24 0.71 0.51
Hex C9 29 DA 8 51 0 F 126 47 33
Octal 311 51 332 10 121 0 17 446 107 63
Binary 11001001 101001 11011010 1000 1010001 0 1111 100100110 1000111 110011

Color Harmonies of #C929DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929DA

Black with #C929DA

Text Example


Text Example

White with #C929DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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