Html Css Color HEX #C124B8 Deep Magenta

📋 copy color: '#C124B8'

red 193 ◦ green 36 ◦ blue 184

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

Shades of Deep Magenta #C124B8

Tints of Deep Magenta #C124B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.55%

R = 46.73%
G = 8.72%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C124B8 (or 0xC124B8) is known color: Deep Magenta. HEX triplet: C1, 24 and B8. RGB value is (193,36,184). Sum of RGB (Red+Green+Blue) = 193+36+184=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C124B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C124B8 is #3EDB47. Grayscale: #636363. Windows color (decimal): -4119368 or 12068033. OLE color: 12068033.

HSL color Cylindrical-coordinate representation of color #C124B8: hue angle of 303.44º 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 #C124B8 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 184 -
CMYK 0 0.81 0.05 0.24
HSL 303.44º 0.69% 0.45% -
HSV(B) 303.44º 0.81% 0.76% -
XYZ 31.27 16.06 46.8 -
YUV 99.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 193 36 184 0 0.81 0.05 0.24 303.44 0.69 0.45
Hex C1 24 B8 0 51 5 18 12F 45 2D
Octal 301 44 270 0 121 5 30 457 105 55
Binary 11000001 100100 10111000 0 1010001 101 11000 100101111 1000101 101101

Color Harmonies of #C124B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124B8

Black with #C124B8

Text Example


Text Example

White with #C124B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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