Html Css Color HEX #C123BA Deep Magenta

📋 copy color: '#C123BA'

red 193 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #C123BA

Tints of Deep Magenta #C123BA

RGB

 RED value IS 193 (75.78% from 255) = 46.62%

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

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

R = 46.62%
G = 8.45%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C123BA (or 0xC123BA) is known color: Deep Magenta. HEX triplet: C1, 23 and BA. RGB value is (193,35,186). Sum of RGB (Red+Green+Blue) = 193+35+186=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C123BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123BA is #3EDC45. Grayscale: #636363. Windows color (decimal): -4119622 or 12198849. OLE color: 12198849.

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

Color convert

RGB 193 35 186 -
CMYK 0 0.82 0.04 0.24
HSL 302.66º 0.69% 0.45% -
HSV(B) 302.66º 0.82% 0.76% -
XYZ 31.46 16.08 47.9 -
YUV 99.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 193 35 186 0 0.82 0.04 0.24 302.66 0.69 0.45
Hex C1 23 BA 0 52 4 18 12F 45 2D
Octal 301 43 272 0 122 4 30 457 105 55
Binary 11000001 100011 10111010 0 1010010 100 11000 100101111 1000101 101101

Color Harmonies of #C123BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123BA

Black with #C123BA

Text Example


Text Example

White with #C123BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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