Html Css Color HEX #C929BD Deep Magenta

📋 copy color: '#C929BD'

red 201 ◦ green 41 ◦ blue 189

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

Shades of Deep Magenta #C929BD

Tints of Deep Magenta #C929BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 46.64%
G = 9.51%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C929BD (or 0xC929BD) is known color: Deep Magenta. HEX triplet: C9, 29 and BD. RGB value is (201,41,189). Sum of RGB (Red+Green+Blue) = 201+41+189=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C929BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929BD is #36D642. Grayscale: #696969. Windows color (decimal): -3593795 or 12397001. OLE color: 12397001.

HSL color Cylindrical-coordinate representation of color #C929BD: hue angle of 304.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C929BD is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 189 -
CMYK 0 0.80 0.06 0.21
HSL 304.5º 0.66% 0.47% -
HSV(B) 304.5º 0.8% 0.79% -
XYZ 34.07 17.68 49.76 -
YUV 105.71 175.01 195.97 -
System Red Green Blue C M Y K H S L
Decimal 201 41 189 0 0.80 0.06 0.21 304.5 0.66 0.47
Hex C9 29 BD 0 50 6 15 130 42 2F
Octal 311 51 275 0 120 6 25 460 102 57
Binary 11001001 101001 10111101 0 1010000 110 10101 100110000 1000010 101111

Color Harmonies of #C929BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929BD

Black with #C929BD

Text Example


Text Example

White with #C929BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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