Html Css Color HEX #C31CD0 Deep Magenta

📋 copy color: '#C31CD0'

red 195 ◦ green 28 ◦ blue 208

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

Shades of Deep Magenta #C31CD0

Tints of Deep Magenta #C31CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 45.24%
G = 6.5%
B = 48.26%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C31CD0 (or 0xC31CD0) is known color: Deep Magenta. HEX triplet: C3, 1C and D0. RGB value is (195,28,208). Sum of RGB (Red+Green+Blue) = 195+28+208=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #C31CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CD0 is #3CE32F. Grayscale: #616161. Windows color (decimal): -3990320 or 13638851. OLE color: 13638851.

HSL color Cylindrical-coordinate representation of color #C31CD0: hue angle of 295.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31CD0 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 28 208 -
CMYK 0.06 0.87 0 0.18
HSL 295.67º 0.76% 0.46% -
HSV(B) 295.67º 0.87% 0.82% -
XYZ 34.31 16.99 61.15 -
YUV 98.45 189.83 196.86 -
System Red Green Blue C M Y K H S L
Decimal 195 28 208 0.06 0.87 0 0.18 295.67 0.76 0.46
Hex C3 1C D0 6 57 0 12 128 4C 2E
Octal 303 34 320 6 127 0 22 450 114 56
Binary 11000011 11100 11010000 110 1010111 0 10010 100101000 1001100 101110

Color Harmonies of #C31CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CD0

Black with #C31CD0

Text Example


Text Example

White with #C31CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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