Html Css Color HEX #C101DD Deep Magenta

📋 copy color: '#C101DD'

red 193 ◦ green 1 ◦ blue 221

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

Shades of Deep Magenta #C101DD

Tints of Deep Magenta #C101DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 46.51%
G = 0.24%
B = 53.25%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C101DD (or 0xC101DD) is known color: Deep Magenta. HEX triplet: C1, 01 and DD. RGB value is (193,1,221). Sum of RGB (Red+Green+Blue) = 193+1+221=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #C101DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C101DD is #3EFE22. Grayscale: #525252. Windows color (decimal): -4128291 or 14483905. OLE color: 14483905.

HSL color Cylindrical-coordinate representation of color #C101DD: hue angle of 292.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C101DD is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 1 221 -
CMYK 0.13 1.00 0 0.13
HSL 292.36º 0.99% 0.44% -
HSV(B) 292.36º 1% 0.87% -
XYZ 35.05 16.58 69.76 -
YUV 83.49 205.61 206.11 -
System Red Green Blue C M Y K H S L
Decimal 193 1 221 0.13 1.00 0 0.13 292.36 0.99 0.44
Hex C1 1 DD D 64 0 D 124 63 2C
Octal 301 1 335 15 144 0 15 444 143 54
Binary 11000001 1 11011101 1101 1100100 0 1101 100100100 1100011 101100

Color Harmonies of #C101DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101DD

Black with #C101DD

Text Example


Text Example

White with #C101DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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