Html Css Color HEX #C923DE Deep Magenta

📋 copy color: '#C923DE'

red 201 ◦ green 35 ◦ blue 222

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

Shades of Deep Magenta #C923DE

Tints of Deep Magenta #C923DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 43.89%
G = 7.64%
B = 48.47%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C923DE (or 0xC923DE) is known color: Deep Magenta. HEX triplet: C9, 23 and DE. RGB value is (201,35,222). Sum of RGB (Red+Green+Blue) = 201+35+222=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #C923DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923DE is #36DC21. Grayscale: #696969. Windows color (decimal): -3595298 or 14558153. OLE color: 14558153.

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

Color convert

RGB 201 35 222 -
CMYK 0.09 0.84 0 0.13
HSL 293.26º 0.74% 0.5% -
HSV(B) 293.26º 0.84% 0.87% -
XYZ 37.87 18.89 70.76 -
YUV 105.95 193.5 195.79 -
System Red Green Blue C M Y K H S L
Decimal 201 35 222 0.09 0.84 0 0.13 293.26 0.74 0.5
Hex C9 23 DE 9 54 0 D 125 4A 32
Octal 311 43 336 11 124 0 15 445 112 62
Binary 11001001 100011 11011110 1001 1010100 0 1101 100100101 1001010 110010

Color Harmonies of #C923DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923DE

Black with #C923DE

Text Example


Text Example

White with #C923DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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