Html Css Color HEX #C929CB Deep Magenta

📋 copy color: '#C929CB'

red 201 ◦ green 41 ◦ blue 203

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

Shades of Deep Magenta #C929CB

Tints of Deep Magenta #C929CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 45.17%
G = 9.21%
B = 45.62%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C929CB (or 0xC929CB) is known color: Deep Magenta. HEX triplet: C9, 29 and CB. RGB value is (201,41,203). Sum of RGB (Red+Green+Blue) = 201+41+203=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #C929CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C929CB is #36D634. Grayscale: #6A6A6A. Windows color (decimal): -3593781 or 13314505. OLE color: 13314505.

HSL color Cylindrical-coordinate representation of color #C929CB: hue angle of 299.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C929CB is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 41 203 -
CMYK 0.01 0.80 0 0.20
HSL 299.26º 0.66% 0.48% -
HSV(B) 299.26º 0.8% 0.8% -
XYZ 35.66 18.32 58.16 -
YUV 107.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 201 41 203 0.01 0.80 0 0.20 299.26 0.66 0.48
Hex C9 29 CB 1 50 0 14 12B 42 30
Octal 311 51 313 1 120 0 24 453 102 60
Binary 11001001 101001 11001011 1 1010000 0 10100 100101011 1000010 110000

Color Harmonies of #C929CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929CB

Black with #C929CB

Text Example


Text Example

White with #C929CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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