Html Css Color HEX #C321BB Deep Magenta

📋 copy color: '#C321BB'

red 195 ◦ green 33 ◦ blue 187

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

Shades of Deep Magenta #C321BB

Tints of Deep Magenta #C321BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 46.99%
G = 7.95%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C321BB (or 0xC321BB) is known color: Deep Magenta. HEX triplet: C3, 21 and BB. RGB value is (195,33,187). Sum of RGB (Red+Green+Blue) = 195+33+187=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C321BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321BB is #3CDE44. Grayscale: #626262. Windows color (decimal): -3989061 or 12263875. OLE color: 12263875.

HSL color Cylindrical-coordinate representation of color #C321BB: hue angle of 302.96º 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 #C321BB is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 33 187 -
CMYK 0 0.83 0.04 0.24
HSL 302.96º 0.71% 0.45% -
HSV(B) 302.96º 0.83% 0.76% -
XYZ 32.02 16.28 48.47 -
YUV 98.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 195 33 187 0 0.83 0.04 0.24 302.96 0.71 0.45
Hex C3 21 BB 0 53 4 18 12F 47 2D
Octal 303 41 273 0 123 4 30 457 107 55
Binary 11000011 100001 10111011 0 1010011 100 11000 100101111 1000111 101101

Color Harmonies of #C321BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C321BB

Black with #C321BB

Text Example


Text Example

White with #C321BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C321BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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