Html Css Color HEX #C122B2 Deep Magenta

📋 copy color: '#C122B2'

red 193 ◦ green 34 ◦ blue 178

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

Shades of Deep Magenta #C122B2

Tints of Deep Magenta #C122B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 47.65%
G = 8.4%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C122B2 (or 0xC122B2) is known color: Deep Magenta. HEX triplet: C1, 22 and B2. RGB value is (193,34,178). Sum of RGB (Red+Green+Blue) = 193+34+178=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C122B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122B2 is #3EDD4D. Grayscale: #616161. Windows color (decimal): -4119886 or 11674305. OLE color: 11674305.

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

Color convert

RGB 193 34 178 -
CMYK 0 0.82 0.08 0.24
HSL 305.66º 0.7% 0.45% -
HSV(B) 305.66º 0.82% 0.76% -
XYZ 30.6 15.7 43.54 -
YUV 97.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 193 34 178 0 0.82 0.08 0.24 305.66 0.7 0.45
Hex C1 22 B2 0 52 8 18 132 46 2D
Octal 301 42 262 0 122 10 30 462 106 55
Binary 11000001 100010 10110010 0 1010010 1000 11000 100110010 1000110 101101

Color Harmonies of #C122B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122B2

Black with #C122B2

Text Example


Text Example

White with #C122B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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