Html Css Color HEX #C31BDF Deep Magenta

📋 copy color: '#C31BDF'

red 195 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #C31BDF

Tints of Deep Magenta #C31BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 43.82%
G = 6.07%
B = 50.11%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C31BDF (or 0xC31BDF) is known color: Deep Magenta. HEX triplet: C3, 1B and DF. RGB value is (195,27,223). Sum of RGB (Red+Green+Blue) = 195+27+223=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #C31BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BDF is #3CE420. Grayscale: #626262. Windows color (decimal): -3990561 or 14621635. OLE color: 14621635.

HSL color Cylindrical-coordinate representation of color #C31BDF: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31BDF is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 27 223 -
CMYK 0.13 0.88 0 0.13
HSL 291.43º 0.78% 0.49% -
HSV(B) 291.43º 0.88% 0.87% -
XYZ 36.22 17.71 71.32 -
YUV 99.58 197.66 196.06 -
System Red Green Blue C M Y K H S L
Decimal 195 27 223 0.13 0.88 0 0.13 291.43 0.78 0.49
Hex C3 1B DF D 58 0 D 123 4E 31
Octal 303 33 337 15 130 0 15 443 116 61
Binary 11000011 11011 11011111 1101 1011000 0 1101 100100011 1001110 110001

Color Harmonies of #C31BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BDF

Black with #C31BDF

Text Example


Text Example

White with #C31BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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