Html Css Color HEX #C318B1 Deep Magenta

📋 copy color: '#C318B1'

red 195 ◦ green 24 ◦ blue 177

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

Shades of Deep Magenta #C318B1

Tints of Deep Magenta #C318B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.7%

R = 49.24%
G = 6.06%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C318B1 (or 0xC318B1) is known color: Deep Magenta. HEX triplet: C3, 18 and B1. RGB value is (195,24,177). Sum of RGB (Red+Green+Blue) = 195+24+177=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C318B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C318B1 is #3CE74E. Grayscale: #5C5C5C. Windows color (decimal): -3991375 or 11606211. OLE color: 11606211.

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

Color convert

RGB 195 24 177 -
CMYK 0 0.88 0.09 0.24
HSL 306.32º 0.78% 0.43% -
HSV(B) 306.32º 0.88% 0.76% -
XYZ 30.77 15.43 42.95 -
YUV 92.57 175.65 201.06 -
System Red Green Blue C M Y K H S L
Decimal 195 24 177 0 0.88 0.09 0.24 306.32 0.78 0.43
Hex C3 18 B1 0 58 9 18 132 4E 2B
Octal 303 30 261 0 130 11 30 462 116 53
Binary 11000011 11000 10110001 0 1011000 1001 11000 100110010 1001110 101011

Color Harmonies of #C318B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318B1

Black with #C318B1

Text Example


Text Example

White with #C318B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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