Html Css Color HEX #C122BD Deep Magenta

📋 copy color: '#C122BD'

red 193 ◦ green 34 ◦ blue 189

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

Shades of Deep Magenta #C122BD

Tints of Deep Magenta #C122BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 46.39%
G = 8.17%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C122BD (or 0xC122BD) is known color: Deep Magenta. HEX triplet: C1, 22 and BD. RGB value is (193,34,189). Sum of RGB (Red+Green+Blue) = 193+34+189=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C122BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122BD is #3EDD42. Grayscale: #626262. Windows color (decimal): -4119875 or 12395201. OLE color: 12395201.

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

Color convert

RGB 193 34 189 -
CMYK 0 0.82 0.02 0.24
HSL 301.51º 0.7% 0.45% -
HSV(B) 301.51º 0.82% 0.76% -
XYZ 31.75 16.16 49.59 -
YUV 99.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 193 34 189 0 0.82 0.02 0.24 301.51 0.7 0.45
Hex C1 22 BD 0 52 2 18 12E 46 2D
Octal 301 42 275 0 122 2 30 456 106 55
Binary 11000001 100010 10111101 0 1010010 10 11000 100101110 1000110 101101

Color Harmonies of #C122BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122BD

Black with #C122BD

Text Example


Text Example

White with #C122BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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