Html Css Color HEX #C324BD Deep Magenta

📋 copy color: '#C324BD'

red 195 ◦ green 36 ◦ blue 189

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

Shades of Deep Magenta #C324BD

Tints of Deep Magenta #C324BD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.57%

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

R = 46.43%
G = 8.57%
B = 45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C324BD (or 0xC324BD) is known color: Deep Magenta. HEX triplet: C3, 24 and BD. RGB value is (195,36,189). Sum of RGB (Red+Green+Blue) = 195+36+189=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C324BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324BD is #3CDB42. Grayscale: #646464. Windows color (decimal): -3988291 or 12395715. OLE color: 12395715.

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

Color convert

RGB 195 36 189 -
CMYK 0 0.82 0.03 0.24
HSL 302.26º 0.69% 0.45% -
HSV(B) 302.26º 0.82% 0.76% -
XYZ 32.32 16.54 49.63 -
YUV 100.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 195 36 189 0 0.82 0.03 0.24 302.26 0.69 0.45
Hex C3 24 BD 0 52 3 18 12E 45 2D
Octal 303 44 275 0 122 3 30 456 105 55
Binary 11000011 100100 10111101 0 1010010 11 11000 100101110 1000101 101101

Color Harmonies of #C324BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324BD

Black with #C324BD

Text Example


Text Example

White with #C324BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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