Html Css Color HEX #C124AF Deep Magenta

📋 copy color: '#C124AF'

red 193 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #C124AF

Tints of Deep Magenta #C124AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 47.77%
G = 8.91%
B = 43.32%

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

#C124AF (or 0xC124AF) is known color: Deep Magenta. HEX triplet: C1, 24 and AF. RGB value is (193,36,175). Sum of RGB (Red+Green+Blue) = 193+36+175=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C124AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124AF is #3EDB50. Grayscale: #626262. Windows color (decimal): -4119377 or 11478209. OLE color: 11478209.

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

Color convert

RGB 193 36 175 -
CMYK 0 0.81 0.09 0.24
HSL 306.88º 0.69% 0.45% -
HSV(B) 306.88º 0.81% 0.76% -
XYZ 30.36 15.69 41.99 -
YUV 98.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 193 36 175 0 0.81 0.09 0.24 306.88 0.69 0.45
Hex C1 24 AF 0 51 9 18 133 45 2D
Octal 301 44 257 0 121 11 30 463 105 55
Binary 11000001 100100 10101111 0 1010001 1001 11000 100110011 1000101 101101

Color Harmonies of #C124AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124AF

Black with #C124AF

Text Example


Text Example

White with #C124AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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