Html Css Color HEX #C123E0 Deep Magenta

📋 copy color: '#C123E0'

red 193 ◦ green 35 ◦ blue 224

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

Shades of Deep Magenta #C123E0

Tints of Deep Magenta #C123E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 42.7%
G = 7.74%
B = 49.56%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C123E0 (or 0xC123E0) is known color: Deep Magenta. HEX triplet: C1, 23 and E0. RGB value is (193,35,224). Sum of RGB (Red+Green+Blue) = 193+35+224=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #C123E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123E0 is #3EDC1F. Grayscale: #676767. Windows color (decimal): -4119584 or 14689217. OLE color: 14689217.

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

Color convert

RGB 193 35 224 -
CMYK 0.14 0.84 0 0.12
HSL 290.16º 0.75% 0.51% -
HSV(B) 290.16º 0.84% 0.88% -
XYZ 36.05 17.92 72.08 -
YUV 103.79 195.85 191.63 -
System Red Green Blue C M Y K H S L
Decimal 193 35 224 0.14 0.84 0 0.12 290.16 0.75 0.51
Hex C1 23 E0 E 54 0 C 122 4B 33
Octal 301 43 340 16 124 0 14 442 113 63
Binary 11000001 100011 11100000 1110 1010100 0 1100 100100010 1001011 110011

Color Harmonies of #C123E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123E0

Black with #C123E0

Text Example


Text Example

White with #C123E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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