Html Css Color HEX #C923AF Deep Magenta

📋 copy color: '#C923AF'

red 201 ◦ green 35 ◦ blue 175

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

Shades of Deep Magenta #C923AF

Tints of Deep Magenta #C923AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 48.91%
G = 8.52%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C923AF (or 0xC923AF) is known color: Deep Magenta. HEX triplet: C9, 23 and AF. RGB value is (201,35,175). Sum of RGB (Red+Green+Blue) = 201+35+175=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C923AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C923AF is #36DC50. Grayscale: #646464. Windows color (decimal): -3595345 or 11477961. OLE color: 11477961.

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

Color convert

RGB 201 35 175 -
CMYK 0 0.83 0.13 0.21
HSL 309.4º 0.7% 0.46% -
HSV(B) 309.4º 0.83% 0.79% -
XYZ 32.43 16.71 42.07 -
YUV 100.59 170 199.62 -
System Red Green Blue C M Y K H S L
Decimal 201 35 175 0 0.83 0.13 0.21 309.4 0.7 0.46
Hex C9 23 AF 0 53 D 15 135 46 2E
Octal 311 43 257 0 123 15 25 465 106 56
Binary 11001001 100011 10101111 0 1010011 1101 10101 100110101 1000110 101110

Color Harmonies of #C923AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C923AF

Black with #C923AF

Text Example


Text Example

White with #C923AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C923AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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