Html Css Color HEX #C318BE Deep Magenta

📋 copy color: '#C318BE'

red 195 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C318BE

Tints of Deep Magenta #C318BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 47.68%
G = 5.87%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C318BE (or 0xC318BE) is known color: Deep Magenta. HEX triplet: C3, 18 and BE. RGB value is (195,24,190). Sum of RGB (Red+Green+Blue) = 195+24+190=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C318BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318BE is #3CE741. Grayscale: #5D5D5D. Windows color (decimal): -3991362 or 12458179. OLE color: 12458179.

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

Color convert

RGB 195 24 190 -
CMYK 0 0.88 0.03 0.24
HSL 301.75º 0.78% 0.43% -
HSV(B) 301.75º 0.88% 0.76% -
XYZ 32.13 15.97 50.11 -
YUV 94.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 195 24 190 0 0.88 0.03 0.24 301.75 0.78 0.43
Hex C3 18 BE 0 58 3 18 12E 4E 2B
Octal 303 30 276 0 130 3 30 456 116 53
Binary 11000011 11000 10111110 0 1011000 11 11000 100101110 1001110 101011

Color Harmonies of #C318BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318BE

Black with #C318BE

Text Example


Text Example

White with #C318BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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