Html Css Color HEX #C023AE Deep Magenta

📋 copy color: '#C023AE'

red 192 ◦ green 35 ◦ blue 174

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

Shades of Deep Magenta #C023AE

Tints of Deep Magenta #C023AE

RGB

 RED value IS 192 (75.39% from 255) = 47.88%

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

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 47.88%
G = 8.73%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C023AE (or 0xC023AE) is known color: Deep Magenta. HEX triplet: C0, 23 and AE. RGB value is (192,35,174). Sum of RGB (Red+Green+Blue) = 192+35+174=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C023AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C023AE is #3FDC51. Grayscale: #616161. Windows color (decimal): -4185170 or 11412416. OLE color: 11412416.

HSL color Cylindrical-coordinate representation of color #C023AE: hue angle of 306.88º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C023AE is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 35 174 -
CMYK 0 0.82 0.09 0.25
HSL 306.88º 0.69% 0.45% -
HSV(B) 306.88º 0.82% 0.75% -
XYZ 29.98 15.46 41.45 -
YUV 97.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 192 35 174 0 0.82 0.09 0.25 306.88 0.69 0.45
Hex C0 23 AE 0 52 9 19 133 45 2D
Octal 300 43 256 0 122 11 31 463 105 55
Binary 11000000 100011 10101110 0 1010010 1001 11001 100110011 1000101 101101

Color Harmonies of #C023AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C023AE

Black with #C023AE

Text Example


Text Example

White with #C023AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C023AE; }

 p { color: rgb(192,35,174); }

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

background-color css

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

 a { background-color: rgb(192,35,174); }

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

border-color css

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

 span { border-color: rgb(192,35,174); }

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