Html Css Color HEX #C123DC Deep Magenta

📋 copy color: '#C123DC'

red 193 ◦ green 35 ◦ blue 220

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

Shades of Deep Magenta #C123DC

Tints of Deep Magenta #C123DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 43.08%
G = 7.81%
B = 49.11%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C123DC (or 0xC123DC) is known color: Deep Magenta. HEX triplet: C1, 23 and DC. RGB value is (193,35,220). Sum of RGB (Red+Green+Blue) = 193+35+220=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C123DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123DC is #3EDC23. Grayscale: #666666. Windows color (decimal): -4119588 or 14427073. OLE color: 14427073.

HSL color Cylindrical-coordinate representation of color #C123DC: hue angle of 291.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C123DC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 35 220 -
CMYK 0.12 0.84 0 0.14
HSL 291.24º 0.73% 0.5% -
HSV(B) 291.24º 0.84% 0.86% -
XYZ 35.51 17.71 69.26 -
YUV 103.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 193 35 220 0.12 0.84 0 0.14 291.24 0.73 0.5
Hex C1 23 DC C 54 0 E 123 49 32
Octal 301 43 334 14 124 0 16 443 111 62
Binary 11000001 100011 11011100 1100 1010100 0 1110 100100011 1001001 110010

Color Harmonies of #C123DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123DC

Black with #C123DC

Text Example


Text Example

White with #C123DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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