Html Css Color HEX #C100BD Deep Magenta

📋 copy color: '#C100BD'

red 193 ◦ green 0 ◦ blue 189

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

Shades of Deep Magenta #C100BD

Tints of Deep Magenta #C100BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.52%
G = 0%
B = 49.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C100BD (or 0xC100BD) is known color: Deep Magenta. HEX triplet: C1, 00 and BD. RGB value is (193,0,189). Sum of RGB (Red+Green+Blue) = 193+0+189=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C100BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100BD is #3EFF42. Grayscale: #4E4E4E. Windows color (decimal): -4128579 or 12386497. OLE color: 12386497.

HSL color Cylindrical-coordinate representation of color #C100BD: hue angle of 301.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100BD is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 189 -
CMYK 0 1 0.02 0.24
HSL 301.24º 1% 0.38% -
HSV(B) 301.24º 1% 0.76% -
XYZ 31.18 15.01 49.4 -
YUV 79.25 189.94 209.13 -
System Red Green Blue C M Y K H S L
Decimal 193 0 189 0 1 0.02 0.24 301.24 1 0.38
Hex C1 0 BD 0 64 2 18 12D 64 26
Octal 301 0 275 0 144 2 30 455 144 46
Binary 11000001 0 10111101 0 1100100 10 11000 100101101 1100100 100110

Color Harmonies of #C100BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100BD

Black with #C100BD

Text Example


Text Example

White with #C100BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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