Html Css Color HEX #C31CCE Deep Magenta

📋 copy color: '#C31CCE'

red 195 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #C31CCE

Tints of Deep Magenta #C31CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 45.45%
G = 6.53%
B = 48.02%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C31CCE (or 0xC31CCE) is known color: Deep Magenta. HEX triplet: C3, 1C and CE. RGB value is (195,28,206). Sum of RGB (Red+Green+Blue) = 195+28+206=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #C31CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CCE is #3CE331. Grayscale: #616161. Windows color (decimal): -3990322 or 13507779. OLE color: 13507779.

HSL color Cylindrical-coordinate representation of color #C31CCE: hue angle of 296.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CCE is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 28 206 -
CMYK 0.05 0.86 0 0.19
HSL 296.29º 0.76% 0.46% -
HSV(B) 296.29º 0.86% 0.81% -
XYZ 34.06 16.89 59.86 -
YUV 98.23 188.83 197.03 -
System Red Green Blue C M Y K H S L
Decimal 195 28 206 0.05 0.86 0 0.19 296.29 0.76 0.46
Hex C3 1C CE 5 56 0 13 128 4C 2E
Octal 303 34 316 5 126 0 23 450 114 56
Binary 11000011 11100 11001110 101 1010110 0 10011 100101000 1001100 101110

Color Harmonies of #C31CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CCE

Black with #C31CCE

Text Example


Text Example

White with #C31CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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