Html Css Color HEX #C31EB4 Deep Magenta

📋 copy color: '#C31EB4'

red 195 ◦ green 30 ◦ blue 180

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

Shades of Deep Magenta #C31EB4

Tints of Deep Magenta #C31EB4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 48.15%
G = 7.41%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C31EB4 (or 0xC31EB4) is known color: Deep Magenta. HEX triplet: C3, 1E and B4. RGB value is (195,30,180). Sum of RGB (Red+Green+Blue) = 195+30+180=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EB4 is #3CE14B. Grayscale: #606060. Windows color (decimal): -3989836 or 11804355. OLE color: 11804355.

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

Color convert

RGB 195 30 180 -
CMYK 0 0.85 0.08 0.24
HSL 305.45º 0.73% 0.44% -
HSV(B) 305.45º 0.85% 0.76% -
XYZ 31.21 15.83 44.59 -
YUV 96.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 195 30 180 0 0.85 0.08 0.24 305.45 0.73 0.44
Hex C3 1E B4 0 55 8 18 131 49 2C
Octal 303 36 264 0 125 10 30 461 111 54
Binary 11000011 11110 10110100 0 1010101 1000 11000 100110001 1001001 101100

Color Harmonies of #C31EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EB4

Black with #C31EB4

Text Example


Text Example

White with #C31EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EB4; }

 p { color: rgb(195,30,180); }

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

background-color css

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

 a { background-color: rgb(195,30,180); }

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

border-color css

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

 span { border-color: rgb(195,30,180); }

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