Html Css Color HEX #C123CF Deep Magenta

📋 copy color: '#C123CF'

red 193 ◦ green 35 ◦ blue 207

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

Shades of Deep Magenta #C123CF

Tints of Deep Magenta #C123CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 44.37%
G = 8.05%
B = 47.59%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C123CF (or 0xC123CF) is known color: Deep Magenta. HEX triplet: C1, 23 and CF. RGB value is (193,35,207). Sum of RGB (Red+Green+Blue) = 193+35+207=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C123CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123CF is #3EDC30. Grayscale: #656565. Windows color (decimal): -4119601 or 13575105. OLE color: 13575105.

HSL color Cylindrical-coordinate representation of color #C123CF: hue angle of 295.12º 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 #C123CF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 35 207 -
CMYK 0.07 0.83 0 0.19
HSL 295.12º 0.71% 0.47% -
HSV(B) 295.12º 0.83% 0.81% -
XYZ 33.86 17.04 60.54 -
YUV 101.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 193 35 207 0.07 0.83 0 0.19 295.12 0.71 0.47
Hex C1 23 CF 7 53 0 13 127 47 2F
Octal 301 43 317 7 123 0 23 447 107 57
Binary 11000001 100011 11001111 111 1010011 0 10011 100100111 1000111 101111

Color Harmonies of #C123CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123CF

Black with #C123CF

Text Example


Text Example

White with #C123CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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