Html Css Color HEX #C929E0 Deep Magenta

📋 copy color: '#C929E0'

red 201 ◦ green 41 ◦ blue 224

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

Shades of Deep Magenta #C929E0

Tints of Deep Magenta #C929E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 43.13%
G = 8.8%
B = 48.07%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C929E0 (or 0xC929E0) is known color: Deep Magenta. HEX triplet: C9, 29 and E0. RGB value is (201,41,224). Sum of RGB (Red+Green+Blue) = 201+41+224=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #C929E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929E0 is #36D61F. Grayscale: #6D6D6D. Windows color (decimal): -3593760 or 14690761. OLE color: 14690761.

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

Color convert

RGB 201 41 224 -
CMYK 0.10 0.82 0 0.12
HSL 292.46º 0.75% 0.52% -
HSV(B) 292.46º 0.82% 0.88% -
XYZ 38.33 19.39 72.24 -
YUV 109.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 201 41 224 0.10 0.82 0 0.12 292.46 0.75 0.52
Hex C9 29 E0 A 52 0 C 124 4B 34
Octal 311 51 340 12 122 0 14 444 113 64
Binary 11001001 101001 11100000 1010 1010010 0 1100 100100100 1001011 110100

Color Harmonies of #C929E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929E0

Black with #C929E0

Text Example


Text Example

White with #C929E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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