Html Css Color HEX #C923DF Deep Magenta

📋 copy color: '#C923DF'

red 201 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #C923DF

Tints of Deep Magenta #C923DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 43.79%
G = 7.63%
B = 48.58%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C923DF (or 0xC923DF) is known color: Deep Magenta. HEX triplet: C9, 23 and DF. RGB value is (201,35,223). Sum of RGB (Red+Green+Blue) = 201+35+223=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #C923DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923DF is #36DC20. Grayscale: #696969. Windows color (decimal): -3595297 or 14623689. OLE color: 14623689.

HSL color Cylindrical-coordinate representation of color #C923DF: hue angle of 292.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C923DF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 35 223 -
CMYK 0.10 0.84 0 0.13
HSL 292.98º 0.75% 0.51% -
HSV(B) 292.98º 0.84% 0.87% -
XYZ 38.01 18.95 71.47 -
YUV 106.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 201 35 223 0.10 0.84 0 0.13 292.98 0.75 0.51
Hex C9 23 DF A 54 0 D 125 4B 33
Octal 311 43 337 12 124 0 15 445 113 63
Binary 11001001 100011 11011111 1010 1010100 0 1101 100100101 1001011 110011

Color Harmonies of #C923DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923DF

Black with #C923DF

Text Example


Text Example

White with #C923DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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