Html Css Color HEX #C122AF Deep Magenta

📋 copy color: '#C122AF'

red 193 ◦ green 34 ◦ blue 175

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

Shades of Deep Magenta #C122AF

Tints of Deep Magenta #C122AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.46%

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

R = 48.01%
G = 8.46%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C122AF (or 0xC122AF) is known color: Deep Magenta. HEX triplet: C1, 22 and AF. RGB value is (193,34,175). Sum of RGB (Red+Green+Blue) = 193+34+175=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C122AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122AF is #3EDD50. Grayscale: #616161. Windows color (decimal): -4119889 or 11477697. OLE color: 11477697.

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

Color convert

RGB 193 34 175 -
CMYK 0 0.82 0.09 0.24
HSL 306.79º 0.7% 0.45% -
HSV(B) 306.79º 0.82% 0.76% -
XYZ 30.3 15.58 41.97 -
YUV 97.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 193 34 175 0 0.82 0.09 0.24 306.79 0.7 0.45
Hex C1 22 AF 0 52 9 18 133 46 2D
Octal 301 42 257 0 122 11 30 463 106 55
Binary 11000001 100010 10101111 0 1010010 1001 11000 100110011 1000110 101101

Color Harmonies of #C122AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122AF

Black with #C122AF

Text Example


Text Example

White with #C122AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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