Html Css Color HEX #C31CB9 Deep Magenta

📋 copy color: '#C31CB9'

red 195 ◦ green 28 ◦ blue 185

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

Shades of Deep Magenta #C31CB9

Tints of Deep Magenta #C31CB9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 47.79%
G = 6.86%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C31CB9 (or 0xC31CB9) is known color: Deep Magenta. HEX triplet: C3, 1C and B9. RGB value is (195,28,185). Sum of RGB (Red+Green+Blue) = 195+28+185=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CB9 is #3CE346. Grayscale: #5F5F5F. Windows color (decimal): -3990343 or 12131523. OLE color: 12131523.

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

Color convert

RGB 195 28 185 -
CMYK 0 0.86 0.05 0.24
HSL 303.59º 0.75% 0.44% -
HSV(B) 303.59º 0.86% 0.76% -
XYZ 31.68 15.94 47.31 -
YUV 95.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 195 28 185 0 0.86 0.05 0.24 303.59 0.75 0.44
Hex C3 1C B9 0 56 5 18 130 4B 2C
Octal 303 34 271 0 126 5 30 460 113 54
Binary 11000011 11100 10111001 0 1010110 101 11000 100110000 1001011 101100

Color Harmonies of #C31CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CB9

Black with #C31CB9

Text Example


Text Example

White with #C31CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CB9; }

 p { color: rgb(195,28,185); }

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

background-color css

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

 a { background-color: rgb(195,28,185); }

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

border-color css

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

 span { border-color: rgb(195,28,185); }

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