Html Css Color HEX #C423BA Deep Magenta

📋 copy color: '#C423BA'

red 196 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #C423BA

Tints of Deep Magenta #C423BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 47%
G = 8.39%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C423BA (or 0xC423BA) is known color: Deep Magenta. HEX triplet: C4, 23 and BA. RGB value is (196,35,186). Sum of RGB (Red+Green+Blue) = 196+35+186=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C423BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C423BA is #3BDC45. Grayscale: #636363. Windows color (decimal): -3923014 or 12198852. OLE color: 12198852.

HSL color Cylindrical-coordinate representation of color #C423BA: hue angle of 303.73º 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 #C423BA is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 186 -
CMYK 0 0.82 0.05 0.23
HSL 303.73º 0.7% 0.45% -
HSV(B) 303.73º 0.82% 0.77% -
XYZ 32.23 16.48 47.94 -
YUV 100.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 196 35 186 0 0.82 0.05 0.23 303.73 0.7 0.45
Hex C4 23 BA 0 52 5 17 130 46 2D
Octal 304 43 272 0 122 5 27 460 106 55
Binary 11000100 100011 10111010 0 1010010 101 10111 100110000 1000110 101101

Color Harmonies of #C423BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C423BA

Black with #C423BA

Text Example


Text Example

White with #C423BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C423BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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