Html Css Color HEX #C923BD Deep Magenta

📋 copy color: '#C923BD'

red 201 ◦ green 35 ◦ blue 189

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

Shades of Deep Magenta #C923BD

Tints of Deep Magenta #C923BD

RGB

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

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

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

R = 47.29%
G = 8.24%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C923BD (or 0xC923BD) is known color: Deep Magenta. HEX triplet: C9, 23 and BD. RGB value is (201,35,189). Sum of RGB (Red+Green+Blue) = 201+35+189=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C923BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923BD is #36DC42. Grayscale: #656565. Windows color (decimal): -3595331 or 12395465. OLE color: 12395465.

HSL color Cylindrical-coordinate representation of color #C923BD: hue angle of 304.34º 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 #C923BD is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 189 -
CMYK 0 0.83 0.06 0.21
HSL 304.34º 0.7% 0.46% -
HSV(B) 304.34º 0.83% 0.79% -
XYZ 33.87 17.29 49.7 -
YUV 102.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 201 35 189 0 0.83 0.06 0.21 304.34 0.7 0.46
Hex C9 23 BD 0 53 6 15 130 46 2E
Octal 311 43 275 0 123 6 25 460 106 56
Binary 11001001 100011 10111101 0 1010011 110 10101 100110000 1000110 101110

Color Harmonies of #C923BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923BD

Black with #C923BD

Text Example


Text Example

White with #C923BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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