Html Css Color HEX #C31CDB Deep Magenta

📋 copy color: '#C31CDB'

red 195 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #C31CDB

Tints of Deep Magenta #C31CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 44.12%
G = 6.33%
B = 49.55%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C31CDB (or 0xC31CDB) is known color: Deep Magenta. HEX triplet: C3, 1C and DB. RGB value is (195,28,219). Sum of RGB (Red+Green+Blue) = 195+28+219=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #C31CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CDB is #3CE324. Grayscale: #636363. Windows color (decimal): -3990309 or 14359747. OLE color: 14359747.

HSL color Cylindrical-coordinate representation of color #C31CDB: hue angle of 292.46º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31CDB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 28 219 -
CMYK 0.11 0.87 0 0.14
HSL 292.46º 0.77% 0.48% -
HSV(B) 292.46º 0.87% 0.86% -
XYZ 35.71 17.55 68.52 -
YUV 99.71 195.33 195.97 -
System Red Green Blue C M Y K H S L
Decimal 195 28 219 0.11 0.87 0 0.14 292.46 0.77 0.48
Hex C3 1C DB B 57 0 E 124 4D 30
Octal 303 34 333 13 127 0 16 444 115 60
Binary 11000011 11100 11011011 1011 1010111 0 1110 100100100 1001101 110000

Color Harmonies of #C31CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CDB

Black with #C31CDB

Text Example


Text Example

White with #C31CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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