Html Css Color HEX #C122CD Deep Magenta

📋 copy color: '#C122CD'

red 193 ◦ green 34 ◦ blue 205

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

Shades of Deep Magenta #C122CD

Tints of Deep Magenta #C122CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 44.68%
G = 7.87%
B = 47.45%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C122CD (or 0xC122CD) is known color: Deep Magenta. HEX triplet: C1, 22 and CD. RGB value is (193,34,205). Sum of RGB (Red+Green+Blue) = 193+34+205=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C122CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122CD is #3EDD32. Grayscale: #646464. Windows color (decimal): -4119859 or 13443777. OLE color: 13443777.

HSL color Cylindrical-coordinate representation of color #C122CD: hue angle of 295.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C122CD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 34 205 -
CMYK 0.06 0.83 0 0.20
HSL 295.79º 0.72% 0.47% -
HSV(B) 295.79º 0.83% 0.8% -
XYZ 33.58 16.89 59.25 -
YUV 101.04 186.68 193.6 -
System Red Green Blue C M Y K H S L
Decimal 193 34 205 0.06 0.83 0 0.20 295.79 0.72 0.47
Hex C1 22 CD 6 53 0 14 128 48 2F
Octal 301 42 315 6 123 0 24 450 110 57
Binary 11000001 100010 11001101 110 1010011 0 10100 100101000 1001000 101111

Color Harmonies of #C122CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122CD

Black with #C122CD

Text Example


Text Example

White with #C122CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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