Html Css Color HEX #C122B0 Deep Magenta

📋 copy color: '#C122B0'

red 193 ◦ green 34 ◦ blue 176

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

Shades of Deep Magenta #C122B0

Tints of Deep Magenta #C122B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 47.89%
G = 8.44%
B = 43.67%

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

#C122B0 (or 0xC122B0) is known color: Deep Magenta. HEX triplet: C1, 22 and B0. RGB value is (193,34,176). Sum of RGB (Red+Green+Blue) = 193+34+176=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C122B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122B0 is #3EDD4F. Grayscale: #616161. Windows color (decimal): -4119888 or 11543233. OLE color: 11543233.

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

Color convert

RGB 193 34 176 -
CMYK 0 0.82 0.09 0.24
HSL 306.42º 0.7% 0.45% -
HSV(B) 306.42º 0.82% 0.76% -
XYZ 30.4 15.62 42.49 -
YUV 97.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 193 34 176 0 0.82 0.09 0.24 306.42 0.7 0.45
Hex C1 22 B0 0 52 9 18 132 46 2D
Octal 301 42 260 0 122 11 30 462 106 55
Binary 11000001 100010 10110000 0 1010010 1001 11000 100110010 1000110 101101

Color Harmonies of #C122B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122B0

Black with #C122B0

Text Example


Text Example

White with #C122B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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