Html Css Color HEX #C323BA Deep Magenta

📋 copy color: '#C323BA'

red 195 ◦ green 35 ◦ blue 186

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

Shades of Deep Magenta #C323BA

Tints of Deep Magenta #C323BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.41%

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

R = 46.88%
G = 8.41%
B = 44.71%

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

#C323BA (or 0xC323BA) is known color: Deep Magenta. HEX triplet: C3, 23 and BA. RGB value is (195,35,186). Sum of RGB (Red+Green+Blue) = 195+35+186=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C323BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C323BA is #3CDC45. Grayscale: #636363. Windows color (decimal): -3988550 or 12198851. OLE color: 12198851.

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

Color convert

RGB 195 35 186 -
CMYK 0 0.82 0.05 0.24
HSL 303.38º 0.7% 0.45% -
HSV(B) 303.38º 0.82% 0.76% -
XYZ 31.97 16.35 47.93 -
YUV 100.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 195 35 186 0 0.82 0.05 0.24 303.38 0.7 0.45
Hex C3 23 BA 0 52 5 18 12F 46 2D
Octal 303 43 272 0 122 5 30 457 106 55
Binary 11000011 100011 10111010 0 1010010 101 11000 100101111 1000110 101101

Color Harmonies of #C323BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323BA

Black with #C323BA

Text Example


Text Example

White with #C323BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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