Html Css Color HEX #C126AF Deep Magenta

📋 copy color: '#C126AF'

red 193 ◦ green 38 ◦ blue 175

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

Shades of Deep Magenta #C126AF

Tints of Deep Magenta #C126AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.36%

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

R = 47.54%
G = 9.36%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C126AF (or 0xC126AF) is known color: Deep Magenta. HEX triplet: C1, 26 and AF. RGB value is (193,38,175). Sum of RGB (Red+Green+Blue) = 193+38+175=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C126AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C126AF is #3ED950. Grayscale: #636363. Windows color (decimal): -4118865 or 11478721. OLE color: 11478721.

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

Color convert

RGB 193 38 175 -
CMYK 0 0.80 0.09 0.24
HSL 306.97º 0.67% 0.45% -
HSV(B) 306.97º 0.8% 0.76% -
XYZ 30.42 15.82 42.01 -
YUV 99.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 193 38 175 0 0.80 0.09 0.24 306.97 0.67 0.45
Hex C1 26 AF 0 50 9 18 133 43 2D
Octal 301 46 257 0 120 11 30 463 103 55
Binary 11000001 100110 10101111 0 1010000 1001 11000 100110011 1000011 101101

Color Harmonies of #C126AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126AF

Black with #C126AF

Text Example


Text Example

White with #C126AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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