Html Css Color HEX #C127BF Deep Magenta

📋 copy color: '#C127BF'

red 193 ◦ green 39 ◦ blue 191

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

Shades of Deep Magenta #C127BF

Tints of Deep Magenta #C127BF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.22%

 BLUE value IS 191 (75% from 255) = 45.15%

R = 45.63%
G = 9.22%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C127BF (or 0xC127BF) is known color: Deep Magenta. HEX triplet: C1, 27 and BF. RGB value is (193,39,191). Sum of RGB (Red+Green+Blue) = 193+39+191=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C127BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C127BF is #3ED840. Grayscale: #656565. Windows color (decimal): -4118593 or 12527553. OLE color: 12527553.

HSL color Cylindrical-coordinate representation of color #C127BF: hue angle of 300.78º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C127BF is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 191 -
CMYK 0 0.80 0.01 0.24
HSL 300.78º 0.66% 0.45% -
HSV(B) 300.78º 0.8% 0.76% -
XYZ 32.12 16.55 50.79 -
YUV 102.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 193 39 191 0 0.80 0.01 0.24 300.78 0.66 0.45
Hex C1 27 BF 0 50 1 18 12D 42 2D
Octal 301 47 277 0 120 1 30 455 102 55
Binary 11000001 100111 10111111 0 1010000 1 11000 100101101 1000010 101101

Color Harmonies of #C127BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127BF

Black with #C127BF

Text Example


Text Example

White with #C127BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127BF; }

 p { color: rgb(193,39,191); }

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

background-color css

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

 a { background-color: rgb(193,39,191); }

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

border-color css

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

 span { border-color: rgb(193,39,191); }

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