Html Css Color HEX #C123DE Deep Magenta

📋 copy color: '#C123DE'

red 193 ◦ green 35 ◦ blue 222

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

Shades of Deep Magenta #C123DE

Tints of Deep Magenta #C123DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 42.89%
G = 7.78%
B = 49.33%

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

#C123DE (or 0xC123DE) is known color: Deep Magenta. HEX triplet: C1, 23 and DE. RGB value is (193,35,222). Sum of RGB (Red+Green+Blue) = 193+35+222=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #C123DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123DE is #3EDC21. Grayscale: #666666. Windows color (decimal): -4119586 or 14558145. OLE color: 14558145.

HSL color Cylindrical-coordinate representation of color #C123DE: hue angle of 290.7º degrees, saturation: 0.74, 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 #C123DE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 35 222 -
CMYK 0.13 0.84 0 0.13
HSL 290.7º 0.74% 0.5% -
HSV(B) 290.7º 0.84% 0.87% -
XYZ 35.78 17.81 70.66 -
YUV 103.56 194.85 191.79 -
System Red Green Blue C M Y K H S L
Decimal 193 35 222 0.13 0.84 0 0.13 290.7 0.74 0.5
Hex C1 23 DE D 54 0 D 123 4A 32
Octal 301 43 336 15 124 0 15 443 112 62
Binary 11000001 100011 11011110 1101 1010100 0 1101 100100011 1001010 110010

Color Harmonies of #C123DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123DE

Black with #C123DE

Text Example


Text Example

White with #C123DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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