Html Css Color HEX #C31EB8 Deep Magenta

📋 copy color: '#C31EB8'

red 195 ◦ green 30 ◦ blue 184

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

Shades of Deep Magenta #C31EB8

Tints of Deep Magenta #C31EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.99%

R = 47.68%
G = 7.33%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C31EB8 (or 0xC31EB8) is known color: Deep Magenta. HEX triplet: C3, 1E and B8. RGB value is (195,30,184). Sum of RGB (Red+Green+Blue) = 195+30+184=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EB8 is #3CE147. Grayscale: #606060. Windows color (decimal): -3989832 or 12066499. OLE color: 12066499.

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

Color convert

RGB 195 30 184 -
CMYK 0 0.85 0.06 0.24
HSL 304º 0.73% 0.44% -
HSV(B) 304º 0.85% 0.76% -
XYZ 31.62 15.99 46.77 -
YUV 96.89 177.16 197.98 -
System Red Green Blue C M Y K H S L
Decimal 195 30 184 0 0.85 0.06 0.24 304 0.73 0.44
Hex C3 1E B8 0 55 6 18 130 49 2C
Octal 303 36 270 0 125 6 30 460 111 54
Binary 11000011 11110 10111000 0 1010101 110 11000 100110000 1001001 101100

Color Harmonies of #C31EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EB8

Black with #C31EB8

Text Example


Text Example

White with #C31EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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