Html Css Color HEX #C125AF Deep Magenta

📋 copy color: '#C125AF'

red 193 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #C125AF

Tints of Deep Magenta #C125AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

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

R = 47.65%
G = 9.14%
B = 43.21%

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

#C125AF (or 0xC125AF) is known color: Deep Magenta. HEX triplet: C1, 25 and AF. RGB value is (193,37,175). Sum of RGB (Red+Green+Blue) = 193+37+175=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C125AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C125AF is #3EDA50. Grayscale: #626262. Windows color (decimal): -4119121 or 11478465. OLE color: 11478465.

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

Color convert

RGB 193 37 175 -
CMYK 0 0.81 0.09 0.24
HSL 306.92º 0.68% 0.45% -
HSV(B) 306.92º 0.81% 0.76% -
XYZ 30.39 15.76 42 -
YUV 99.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 193 37 175 0 0.81 0.09 0.24 306.92 0.68 0.45
Hex C1 25 AF 0 51 9 18 133 44 2D
Octal 301 45 257 0 121 11 30 463 104 55
Binary 11000001 100101 10101111 0 1010001 1001 11000 100110011 1000100 101101

Color Harmonies of #C125AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125AF

Black with #C125AF

Text Example


Text Example

White with #C125AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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