Html Css Color HEX #C121BF Deep Magenta

📋 copy color: '#C121BF'

red 193 ◦ green 33 ◦ blue 191

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

Shades of Deep Magenta #C121BF

Tints of Deep Magenta #C121BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.91%

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

R = 46.28%
G = 7.91%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C121BF (or 0xC121BF) is known color: Deep Magenta. HEX triplet: C1, 21 and BF. RGB value is (193,33,191). Sum of RGB (Red+Green+Blue) = 193+33+191=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C121BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C121BF is #3EDE40. Grayscale: #626262. Windows color (decimal): -4120129 or 12526017. OLE color: 12526017.

HSL color Cylindrical-coordinate representation of color #C121BF: hue angle of 300.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C121BF is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 191 -
CMYK 0 0.83 0.01 0.24
HSL 300.75º 0.71% 0.44% -
HSV(B) 300.75º 0.83% 0.76% -
XYZ 31.94 16.19 50.73 -
YUV 98.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 193 33 191 0 0.83 0.01 0.24 300.75 0.71 0.44
Hex C1 21 BF 0 53 1 18 12D 47 2C
Octal 301 41 277 0 123 1 30 455 107 54
Binary 11000001 100001 10111111 0 1010011 1 11000 100101101 1000111 101100

Color Harmonies of #C121BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121BF

Black with #C121BF

Text Example


Text Example

White with #C121BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C121BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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