Html Css Color HEX #C126DD Deep Magenta

📋 copy color: '#C126DD'

red 193 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #C126DD

Tints of Deep Magenta #C126DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.41%

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 42.7%
G = 8.41%
B = 48.89%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C126DD (or 0xC126DD) is known color: Deep Magenta. HEX triplet: C1, 26 and DD. RGB value is (193,38,221). Sum of RGB (Red+Green+Blue) = 193+38+221=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #C126DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C126DD is #3ED922. Grayscale: #686868. Windows color (decimal): -4118819 or 14493377. OLE color: 14493377.

HSL color Cylindrical-coordinate representation of color #C126DD: hue angle of 290.82º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C126DD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 38 221 -
CMYK 0.13 0.83 0 0.13
HSL 290.82º 0.73% 0.51% -
HSV(B) 290.82º 0.83% 0.87% -
XYZ 35.74 17.94 69.99 -
YUV 105.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 193 38 221 0.13 0.83 0 0.13 290.82 0.73 0.51
Hex C1 26 DD D 53 0 D 123 49 33
Octal 301 46 335 15 123 0 15 443 111 63
Binary 11000001 100110 11011101 1101 1010011 0 1101 100100011 1001001 110011

Color Harmonies of #C126DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126DD

Black with #C126DD

Text Example


Text Example

White with #C126DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126DD; }

 p { color: rgb(193,38,221); }

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

background-color css

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

 a { background-color: rgb(193,38,221); }

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

border-color css

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

 span { border-color: rgb(193,38,221); }

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