Html Css Color HEX #C124B2 Deep Magenta

📋 copy color: '#C124B2'

red 193 ◦ green 36 ◦ blue 178

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

Shades of Deep Magenta #C124B2

Tints of Deep Magenta #C124B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.73%

R = 47.42%
G = 8.85%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C124B2 (or 0xC124B2) is known color: Deep Magenta. HEX triplet: C1, 24 and B2. RGB value is (193,36,178). Sum of RGB (Red+Green+Blue) = 193+36+178=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C124B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124B2 is #3EDB4D. Grayscale: #626262. Windows color (decimal): -4119374 or 11674817. OLE color: 11674817.

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

Color convert

RGB 193 36 178 -
CMYK 0 0.81 0.08 0.24
HSL 305.73º 0.69% 0.45% -
HSV(B) 305.73º 0.81% 0.76% -
XYZ 30.66 15.81 43.56 -
YUV 99.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 193 36 178 0 0.81 0.08 0.24 305.73 0.69 0.45
Hex C1 24 B2 0 51 8 18 132 45 2D
Octal 301 44 262 0 121 10 30 462 105 55
Binary 11000001 100100 10110010 0 1010001 1000 11000 100110010 1000101 101101

Color Harmonies of #C124B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124B2

Black with #C124B2

Text Example


Text Example

White with #C124B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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