Html Css Color HEX #C923BA Deep Magenta

📋 copy color: '#C923BA'

red 201 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #C923BA

Tints of Deep Magenta #C923BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 47.63%
G = 8.29%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C923BA (or 0xC923BA) is known color: Deep Magenta. HEX triplet: C9, 23 and BA. RGB value is (201,35,186). Sum of RGB (Red+Green+Blue) = 201+35+186=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C923BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923BA is #36DC45. Grayscale: #656565. Windows color (decimal): -3595334 or 12198857. OLE color: 12198857.

HSL color Cylindrical-coordinate representation of color #C923BA: hue angle of 305.42º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C923BA is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 186 -
CMYK 0 0.83 0.07 0.21
HSL 305.42º 0.7% 0.46% -
HSV(B) 305.42º 0.83% 0.79% -
XYZ 33.55 17.16 48 -
YUV 101.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 201 35 186 0 0.83 0.07 0.21 305.42 0.7 0.46
Hex C9 23 BA 0 53 7 15 131 46 2E
Octal 311 43 272 0 123 7 25 461 106 56
Binary 11001001 100011 10111010 0 1010011 111 10101 100110001 1000110 101110

Color Harmonies of #C923BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923BA

Black with #C923BA

Text Example


Text Example

White with #C923BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923BA; }

 p { color: rgb(201,35,186); }

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

background-color css

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

 a { background-color: rgb(201,35,186); }

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

border-color css

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

 span { border-color: rgb(201,35,186); }

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