Html Css Color HEX #C325BB Deep Magenta

📋 copy color: '#C325BB'

red 195 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #C325BB

Tints of Deep Magenta #C325BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.83%

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

R = 46.54%
G = 8.83%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C325BB (or 0xC325BB) is known color: Deep Magenta. HEX triplet: C3, 25 and BB. RGB value is (195,37,187). Sum of RGB (Red+Green+Blue) = 195+37+187=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C325BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325BB is #3CDA44. Grayscale: #646464. Windows color (decimal): -3988037 or 12264899. OLE color: 12264899.

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

Color convert

RGB 195 37 187 -
CMYK 0 0.81 0.04 0.24
HSL 303.04º 0.68% 0.45% -
HSV(B) 303.04º 0.81% 0.76% -
XYZ 32.14 16.51 48.51 -
YUV 101.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 195 37 187 0 0.81 0.04 0.24 303.04 0.68 0.45
Hex C3 25 BB 0 51 4 18 12F 44 2D
Octal 303 45 273 0 121 4 30 457 104 55
Binary 11000011 100101 10111011 0 1010001 100 11000 100101111 1000100 101101

Color Harmonies of #C325BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325BB

Black with #C325BB

Text Example


Text Example

White with #C325BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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