Html Css Color HEX #C328BB Deep Magenta

📋 copy color: '#C328BB'

red 195 ◦ green 40 ◦ blue 187

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

Shades of Deep Magenta #C328BB

Tints of Deep Magenta #C328BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.48%

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

R = 46.21%
G = 9.48%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C328BB (or 0xC328BB) is known color: Deep Magenta. HEX triplet: C3, 28 and BB. RGB value is (195,40,187). Sum of RGB (Red+Green+Blue) = 195+40+187=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C328BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328BB is #3CD744. Grayscale: #666666. Windows color (decimal): -3987269 or 12265667. OLE color: 12265667.

HSL color Cylindrical-coordinate representation of color #C328BB: hue angle of 303.1º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C328BB is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 187 -
CMYK 0 0.79 0.04 0.24
HSL 303.1º 0.66% 0.46% -
HSV(B) 303.1º 0.79% 0.76% -
XYZ 32.23 16.71 48.54 -
YUV 103.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 195 40 187 0 0.79 0.04 0.24 303.1 0.66 0.46
Hex C3 28 BB 0 4F 4 18 12F 42 2E
Octal 303 50 273 0 117 4 30 457 102 56
Binary 11000011 101000 10111011 0 1001111 100 11000 100101111 1000010 101110

Color Harmonies of #C328BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328BB

Black with #C328BB

Text Example


Text Example

White with #C328BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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