Html Css Color HEX #C321BF Deep Magenta

📋 copy color: '#C321BF'

red 195 ◦ green 33 ◦ blue 191

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

Shades of Deep Magenta #C321BF

Tints of Deep Magenta #C321BF

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

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

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

R = 46.54%
G = 7.88%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C321BF (or 0xC321BF) is known color: Deep Magenta. HEX triplet: C3, 21 and BF. RGB value is (195,33,191). Sum of RGB (Red+Green+Blue) = 195+33+191=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C321BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321BF is #3CDE40. Grayscale: #626262. Windows color (decimal): -3989057 or 12526019. OLE color: 12526019.

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

Color convert

RGB 195 33 191 -
CMYK 0 0.83 0.02 0.24
HSL 301.48º 0.71% 0.45% -
HSV(B) 301.48º 0.83% 0.76% -
XYZ 32.45 16.45 50.76 -
YUV 99.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 195 33 191 0 0.83 0.02 0.24 301.48 0.71 0.45
Hex C3 21 BF 0 53 2 18 12D 47 2D
Octal 303 41 277 0 123 2 30 455 107 55
Binary 11000011 100001 10111111 0 1010011 10 11000 100101101 1000111 101101

Color Harmonies of #C321BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321BF

Black with #C321BF

Text Example


Text Example

White with #C321BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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