Html Css Color HEX #C123DA Deep Magenta

📋 copy color: '#C123DA'

red 193 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #C123DA

Tints of Deep Magenta #C123DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 43.27%
G = 7.85%
B = 48.88%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C123DA (or 0xC123DA) is known color: Deep Magenta. HEX triplet: C1, 23 and DA. RGB value is (193,35,218). Sum of RGB (Red+Green+Blue) = 193+35+218=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #C123DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123DA is #3EDC25. Grayscale: #666666. Windows color (decimal): -4119590 or 14296001. OLE color: 14296001.

HSL color Cylindrical-coordinate representation of color #C123DA: hue angle of 291.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C123DA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 35 218 -
CMYK 0.11 0.84 0 0.15
HSL 291.8º 0.72% 0.5% -
HSV(B) 291.8º 0.84% 0.85% -
XYZ 35.25 17.6 67.87 -
YUV 103.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 193 35 218 0.11 0.84 0 0.15 291.8 0.72 0.5
Hex C1 23 DA B 54 0 F 124 48 32
Octal 301 43 332 13 124 0 17 444 110 62
Binary 11000001 100011 11011010 1011 1010100 0 1111 100100100 1001000 110010

Color Harmonies of #C123DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123DA

Black with #C123DA

Text Example


Text Example

White with #C123DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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