Html Css Color HEX #C923CE Deep Magenta

📋 copy color: '#C923CE'

red 201 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #C923CE

Tints of Deep Magenta #C923CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 45.48%
G = 7.92%
B = 46.61%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C923CE (or 0xC923CE) is known color: Deep Magenta. HEX triplet: C9, 23 and CE. RGB value is (201,35,206). Sum of RGB (Red+Green+Blue) = 201+35+206=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #C923CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C923CE is #36DC31. Grayscale: #676767. Windows color (decimal): -3595314 or 13509577. OLE color: 13509577.

HSL color Cylindrical-coordinate representation of color #C923CE: hue angle of 298.25º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C923CE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 35 206 -
CMYK 0.02 0.83 0 0.19
HSL 298.25º 0.71% 0.47% -
HSV(B) 298.25º 0.83% 0.81% -
XYZ 35.83 18.08 59.99 -
YUV 104.13 185.5 197.1 -
System Red Green Blue C M Y K H S L
Decimal 201 35 206 0.02 0.83 0 0.19 298.25 0.71 0.47
Hex C9 23 CE 2 53 0 13 12A 47 2F
Octal 311 43 316 2 123 0 23 452 107 57
Binary 11001001 100011 11001110 10 1010011 0 10011 100101010 1000111 101111

Color Harmonies of #C923CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923CE

Black with #C923CE

Text Example


Text Example

White with #C923CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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