Html Css Color HEX #C324BA Deep Magenta

📋 copy color: '#C324BA'

red 195 ◦ green 36 ◦ blue 186

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

Shades of Deep Magenta #C324BA

Tints of Deep Magenta #C324BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 46.76%
G = 8.63%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C324BA (or 0xC324BA) is known color: Deep Magenta. HEX triplet: C3, 24 and BA. RGB value is (195,36,186). Sum of RGB (Red+Green+Blue) = 195+36+186=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C324BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C324BA is #3CDB45. Grayscale: #646464. Windows color (decimal): -3988294 or 12199107. OLE color: 12199107.

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

Color convert

RGB 195 36 186 -
CMYK 0 0.82 0.05 0.24
HSL 303.4º 0.69% 0.45% -
HSV(B) 303.4º 0.82% 0.76% -
XYZ 32 16.41 47.94 -
YUV 100.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 195 36 186 0 0.82 0.05 0.24 303.4 0.69 0.45
Hex C3 24 BA 0 52 5 18 12F 45 2D
Octal 303 44 272 0 122 5 30 457 105 55
Binary 11000011 100100 10111010 0 1010010 101 11000 100101111 1000101 101101

Color Harmonies of #C324BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C324BA

Black with #C324BA

Text Example


Text Example

White with #C324BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C324BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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