Html Css Color HEX #C123D0 Deep Magenta

📋 copy color: '#C123D0'

red 193 ◦ green 35 ◦ blue 208

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

Shades of Deep Magenta #C123D0

Tints of Deep Magenta #C123D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 44.27%
G = 8.03%
B = 47.71%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C123D0 (or 0xC123D0) is known color: Deep Magenta. HEX triplet: C1, 23 and D0. RGB value is (193,35,208). Sum of RGB (Red+Green+Blue) = 193+35+208=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #C123D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123D0 is #3EDC2F. Grayscale: #656565. Windows color (decimal): -4119600 or 13640641. OLE color: 13640641.

HSL color Cylindrical-coordinate representation of color #C123D0: hue angle of 294.8º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C123D0 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 35 208 -
CMYK 0.07 0.83 0 0.18
HSL 294.8º 0.71% 0.48% -
HSV(B) 294.8º 0.83% 0.82% -
XYZ 33.98 17.09 61.18 -
YUV 101.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 193 35 208 0.07 0.83 0 0.18 294.8 0.71 0.48
Hex C1 23 D0 7 53 0 12 127 47 30
Octal 301 43 320 7 123 0 22 447 107 60
Binary 11000001 100011 11010000 111 1010011 0 10010 100100111 1000111 110000

Color Harmonies of #C123D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123D0

Black with #C123D0

Text Example


Text Example

White with #C123D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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