Html Css Color HEX #C318BA Deep Magenta

📋 copy color: '#C318BA'

red 195 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #C318BA

Tints of Deep Magenta #C318BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.93%

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

R = 48.15%
G = 5.93%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C318BA (or 0xC318BA) is known color: Deep Magenta. HEX triplet: C3, 18 and BA. RGB value is (195,24,186). Sum of RGB (Red+Green+Blue) = 195+24+186=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C318BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318BA is #3CE745. Grayscale: #5D5D5D. Windows color (decimal): -3991366 or 12196035. OLE color: 12196035.

HSL color Cylindrical-coordinate representation of color #C318BA: hue angle of 303.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C318BA is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 24 186 -
CMYK 0 0.88 0.05 0.24
HSL 303.16º 0.78% 0.43% -
HSV(B) 303.16º 0.88% 0.76% -
XYZ 31.7 15.8 47.83 -
YUV 93.6 180.15 200.33 -
System Red Green Blue C M Y K H S L
Decimal 195 24 186 0 0.88 0.05 0.24 303.16 0.78 0.43
Hex C3 18 BA 0 58 5 18 12F 4E 2B
Octal 303 30 272 0 130 5 30 457 116 53
Binary 11000011 11000 10111010 0 1011000 101 11000 100101111 1001110 101011

Color Harmonies of #C318BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318BA

Black with #C318BA

Text Example


Text Example

White with #C318BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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