Html Css Color HEX #C123BD Deep Magenta

📋 copy color: '#C123BD'

red 193 ◦ green 35 ◦ blue 189

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

Shades of Deep Magenta #C123BD

Tints of Deep Magenta #C123BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 46.28%
G = 8.39%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C123BD (or 0xC123BD) is known color: Deep Magenta. HEX triplet: C1, 23 and BD. RGB value is (193,35,189). Sum of RGB (Red+Green+Blue) = 193+35+189=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C123BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C123BD is #3EDC42. Grayscale: #636363. Windows color (decimal): -4119619 or 12395457. OLE color: 12395457.

HSL color Cylindrical-coordinate representation of color #C123BD: hue angle of 301.52º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C123BD is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 189 -
CMYK 0 0.82 0.02 0.24
HSL 301.52º 0.69% 0.45% -
HSV(B) 301.52º 0.82% 0.76% -
XYZ 31.78 16.21 49.6 -
YUV 99.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 193 35 189 0 0.82 0.02 0.24 301.52 0.69 0.45
Hex C1 23 BD 0 52 2 18 12E 45 2D
Octal 301 43 275 0 122 2 30 456 105 55
Binary 11000001 100011 10111101 0 1010010 10 11000 100101110 1000101 101101

Color Harmonies of #C123BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123BD

Black with #C123BD

Text Example


Text Example

White with #C123BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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