Html Css Color HEX #C929CE Deep Magenta

📋 copy color: '#C929CE'

red 201 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #C929CE

Tints of Deep Magenta #C929CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 44.87%
G = 9.15%
B = 45.98%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C929CE (or 0xC929CE) is known color: Deep Magenta. HEX triplet: C9, 29 and CE. RGB value is (201,41,206). Sum of RGB (Red+Green+Blue) = 201+41+206=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #C929CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929CE is #36D631. Grayscale: #6B6B6B. Windows color (decimal): -3593778 or 13511113. OLE color: 13511113.

HSL color Cylindrical-coordinate representation of color #C929CE: hue angle of 298.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C929CE is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 41 206 -
CMYK 0.02 0.80 0 0.19
HSL 298.18º 0.67% 0.48% -
HSV(B) 298.18º 0.8% 0.81% -
XYZ 36.02 18.46 60.06 -
YUV 107.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 201 41 206 0.02 0.80 0 0.19 298.18 0.67 0.48
Hex C9 29 CE 2 50 0 13 12A 43 30
Octal 311 51 316 2 120 0 23 452 103 60
Binary 11001001 101001 11001110 10 1010000 0 10011 100101010 1000011 110000

Color Harmonies of #C929CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929CE

Black with #C929CE

Text Example


Text Example

White with #C929CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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