Html Css Color HEX #C123DD Deep Magenta

📋 copy color: '#C123DD'

red 193 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #C123DD

Tints of Deep Magenta #C123DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 42.98%
G = 7.8%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C123DD (or 0xC123DD) is known color: Deep Magenta. HEX triplet: C1, 23 and DD. RGB value is (193,35,221). Sum of RGB (Red+Green+Blue) = 193+35+221=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #C123DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123DD is #3EDC22. Grayscale: #666666. Windows color (decimal): -4119587 or 14492609. OLE color: 14492609.

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

Color convert

RGB 193 35 221 -
CMYK 0.13 0.84 0 0.13
HSL 290.97º 0.73% 0.5% -
HSV(B) 290.97º 0.84% 0.87% -
XYZ 35.64 17.76 69.96 -
YUV 103.45 194.35 191.88 -
System Red Green Blue C M Y K H S L
Decimal 193 35 221 0.13 0.84 0 0.13 290.97 0.73 0.5
Hex C1 23 DD D 54 0 D 123 49 32
Octal 301 43 335 15 124 0 15 443 111 62
Binary 11000001 100011 11011101 1101 1010100 0 1101 100100011 1001001 110010

Color Harmonies of #C123DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123DD

Black with #C123DD

Text Example


Text Example

White with #C123DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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