Html Css Color HEX #C123B0 Deep Magenta

📋 copy color: '#C123B0'

red 193 ◦ green 35 ◦ blue 176

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

Shades of Deep Magenta #C123B0

Tints of Deep Magenta #C123B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 47.77%
G = 8.66%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C123B0 (or 0xC123B0) is known color: Deep Magenta. HEX triplet: C1, 23 and B0. RGB value is (193,35,176). Sum of RGB (Red+Green+Blue) = 193+35+176=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C123B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123B0 is #3EDC4F. Grayscale: #616161. Windows color (decimal): -4119632 or 11543489. OLE color: 11543489.

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

Color convert

RGB 193 35 176 -
CMYK 0 0.82 0.09 0.24
HSL 306.46º 0.69% 0.45% -
HSV(B) 306.46º 0.82% 0.76% -
XYZ 30.43 15.67 42.5 -
YUV 98.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 193 35 176 0 0.82 0.09 0.24 306.46 0.69 0.45
Hex C1 23 B0 0 52 9 18 132 45 2D
Octal 301 43 260 0 122 11 30 462 105 55
Binary 11000001 100011 10110000 0 1010010 1001 11000 100110010 1000101 101101

Color Harmonies of #C123B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123B0

Black with #C123B0

Text Example


Text Example

White with #C123B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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