Html Css Color HEX #C319B6 Deep Magenta

📋 copy color: '#C319B6'

red 195 ◦ green 25 ◦ blue 182

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

Shades of Deep Magenta #C319B6

Tints of Deep Magenta #C319B6

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

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

R = 48.51%
G = 6.22%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C319B6 (or 0xC319B6) is known color: Deep Magenta. HEX triplet: C3, 19 and B6. RGB value is (195,25,182). Sum of RGB (Red+Green+Blue) = 195+25+182=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C319B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319B6 is #3CE649. Grayscale: #5D5D5D. Windows color (decimal): -3991114 or 11934147. OLE color: 11934147.

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

Color convert

RGB 195 25 182 -
CMYK 0 0.87 0.07 0.24
HSL 304.59º 0.77% 0.43% -
HSV(B) 304.59º 0.87% 0.76% -
XYZ 31.3 15.67 45.63 -
YUV 93.73 177.82 200.23 -
System Red Green Blue C M Y K H S L
Decimal 195 25 182 0 0.87 0.07 0.24 304.59 0.77 0.43
Hex C3 19 B6 0 57 7 18 131 4D 2B
Octal 303 31 266 0 127 7 30 461 115 53
Binary 11000011 11001 10110110 0 1010111 111 11000 100110001 1001101 101011

Color Harmonies of #C319B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319B6

Black with #C319B6

Text Example


Text Example

White with #C319B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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