Html Css Color HEX #C31BB6 Deep Magenta

📋 copy color: '#C31BB6'

red 195 ◦ green 27 ◦ blue 182

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

Shades of Deep Magenta #C31BB6

Tints of Deep Magenta #C31BB6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.68%

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

R = 48.27%
G = 6.68%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C31BB6 (or 0xC31BB6) is known color: Deep Magenta. HEX triplet: C3, 1B and B6. RGB value is (195,27,182). Sum of RGB (Red+Green+Blue) = 195+27+182=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BB6 is #3CE449. Grayscale: #5E5E5E. Windows color (decimal): -3990602 or 11934659. OLE color: 11934659.

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

Color convert

RGB 195 27 182 -
CMYK 0 0.86 0.07 0.24
HSL 304.64º 0.76% 0.44% -
HSV(B) 304.64º 0.86% 0.76% -
XYZ 31.34 15.76 45.65 -
YUV 94.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 195 27 182 0 0.86 0.07 0.24 304.64 0.76 0.44
Hex C3 1B B6 0 56 7 18 131 4C 2C
Octal 303 33 266 0 126 7 30 461 114 54
Binary 11000011 11011 10110110 0 1010110 111 11000 100110001 1001100 101100

Color Harmonies of #C31BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BB6

Black with #C31BB6

Text Example


Text Example

White with #C31BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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