Html Css Color HEX #C325BD Deep Magenta

📋 copy color: '#C325BD'

red 195 ◦ green 37 ◦ blue 189

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

Shades of Deep Magenta #C325BD

Tints of Deep Magenta #C325BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 46.32%
G = 8.79%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C325BD (or 0xC325BD) is known color: Deep Magenta. HEX triplet: C3, 25 and BD. RGB value is (195,37,189). Sum of RGB (Red+Green+Blue) = 195+37+189=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C325BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C325BD is #3CDA42. Grayscale: #656565. Windows color (decimal): -3988035 or 12395971. OLE color: 12395971.

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

Color convert

RGB 195 37 189 -
CMYK 0 0.81 0.03 0.24
HSL 302.28º 0.68% 0.45% -
HSV(B) 302.28º 0.81% 0.76% -
XYZ 32.35 16.6 49.64 -
YUV 101.57 177.35 194.64 -
System Red Green Blue C M Y K H S L
Decimal 195 37 189 0 0.81 0.03 0.24 302.28 0.68 0.45
Hex C3 25 BD 0 51 3 18 12E 44 2D
Octal 303 45 275 0 121 3 30 456 104 55
Binary 11000011 100101 10111101 0 1010001 11 11000 100101110 1000100 101101

Color Harmonies of #C325BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C325BD

Black with #C325BD

Text Example


Text Example

White with #C325BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C325BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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