Html Css Color HEX #C318B6 Deep Magenta

📋 copy color: '#C318B6'

red 195 ◦ green 24 ◦ blue 182

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

Shades of Deep Magenta #C318B6

Tints of Deep Magenta #C318B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 48.63%
G = 5.99%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C318B6 (or 0xC318B6) is known color: Deep Magenta. HEX triplet: C3, 18 and B6. RGB value is (195,24,182). Sum of RGB (Red+Green+Blue) = 195+24+182=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C318B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318B6 is #3CE749. Grayscale: #5C5C5C. Windows color (decimal): -3991370 or 11933891. OLE color: 11933891.

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

Color convert

RGB 195 24 182 -
CMYK 0 0.88 0.07 0.24
HSL 304.56º 0.78% 0.43% -
HSV(B) 304.56º 0.88% 0.76% -
XYZ 31.28 15.63 45.62 -
YUV 93.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 195 24 182 0 0.88 0.07 0.24 304.56 0.78 0.43
Hex C3 18 B6 0 58 7 18 131 4E 2B
Octal 303 30 266 0 130 7 30 461 116 53
Binary 11000011 11000 10110110 0 1011000 111 11000 100110001 1001110 101011

Color Harmonies of #C318B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318B6

Black with #C318B6

Text Example


Text Example

White with #C318B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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