Html Css Color HEX #C423AF Deep Magenta

📋 copy color: '#C423AF'

red 196 ◦ green 35 ◦ blue 175

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

Shades of Deep Magenta #C423AF

Tints of Deep Magenta #C423AF

RGB

 RED value IS 196 (76.95% from 255) = 48.28%

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

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

R = 48.28%
G = 8.62%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C423AF (or 0xC423AF) is known color: Deep Magenta. HEX triplet: C4, 23 and AF. RGB value is (196,35,175). Sum of RGB (Red+Green+Blue) = 196+35+175=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C423AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C423AF is #3BDC50. Grayscale: #626262. Windows color (decimal): -3923025 or 11477956. OLE color: 11477956.

HSL color Cylindrical-coordinate representation of color #C423AF: hue angle of 307.83º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C423AF is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 175 -
CMYK 0 0.82 0.11 0.23
HSL 307.83º 0.7% 0.45% -
HSV(B) 307.83º 0.82% 0.77% -
XYZ 31.1 16.03 42.01 -
YUV 99.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 196 35 175 0 0.82 0.11 0.23 307.83 0.7 0.45
Hex C4 23 AF 0 52 B 17 134 46 2D
Octal 304 43 257 0 122 13 27 464 106 55
Binary 11000100 100011 10101111 0 1010010 1011 10111 100110100 1000110 101101

Color Harmonies of #C423AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423AF

Black with #C423AF

Text Example


Text Example

White with #C423AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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