Html Css Color HEX #C124B0 Deep Magenta

📋 copy color: '#C124B0'

red 193 ◦ green 36 ◦ blue 176

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

Shades of Deep Magenta #C124B0

Tints of Deep Magenta #C124B0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.89%

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 47.65%
G = 8.89%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C124B0 (or 0xC124B0) is known color: Deep Magenta. HEX triplet: C1, 24 and B0. RGB value is (193,36,176). Sum of RGB (Red+Green+Blue) = 193+36+176=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C124B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124B0 is #3EDB4F. Grayscale: #626262. Windows color (decimal): -4119376 or 11543745. OLE color: 11543745.

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

Color convert

RGB 193 36 176 -
CMYK 0 0.81 0.09 0.24
HSL 306.5º 0.69% 0.45% -
HSV(B) 306.5º 0.81% 0.76% -
XYZ 30.46 15.73 42.51 -
YUV 98.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 193 36 176 0 0.81 0.09 0.24 306.5 0.69 0.45
Hex C1 24 B0 0 51 9 18 132 45 2D
Octal 301 44 260 0 121 11 30 462 105 55
Binary 11000001 100100 10110000 0 1010001 1001 11000 100110010 1000101 101101

Color Harmonies of #C124B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124B0

Black with #C124B0

Text Example


Text Example

White with #C124B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124B0; }

 p { color: rgb(193,36,176); }

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

background-color css

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

 a { background-color: rgb(193,36,176); }

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

border-color css

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

 span { border-color: rgb(193,36,176); }

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