Html Css Color HEX #C123CE Deep Magenta

📋 copy color: '#C123CE'

red 193 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #C123CE

Tints of Deep Magenta #C123CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 44.47%
G = 8.06%
B = 47.47%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C123CE (or 0xC123CE) is known color: Deep Magenta. HEX triplet: C1, 23 and CE. RGB value is (193,35,206). Sum of RGB (Red+Green+Blue) = 193+35+206=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #C123CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123CE is #3EDC31. Grayscale: #656565. Windows color (decimal): -4119602 or 13509569. OLE color: 13509569.

HSL color Cylindrical-coordinate representation of color #C123CE: hue angle of 295.44º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C123CE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 35 206 -
CMYK 0.06 0.83 0 0.19
HSL 295.44º 0.71% 0.47% -
HSV(B) 295.44º 0.83% 0.81% -
XYZ 33.73 17 59.9 -
YUV 101.74 186.85 193.1 -
System Red Green Blue C M Y K H S L
Decimal 193 35 206 0.06 0.83 0 0.19 295.44 0.71 0.47
Hex C1 23 CE 6 53 0 13 127 47 2F
Octal 301 43 316 6 123 0 23 447 107 57
Binary 11000001 100011 11001110 110 1010011 0 10011 100100111 1000111 101111

Color Harmonies of #C123CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123CE

Black with #C123CE

Text Example


Text Example

White with #C123CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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