Html Css Color HEX #C311CE Deep Magenta

📋 copy color: '#C311CE'

red 195 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #C311CE

Tints of Deep Magenta #C311CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 46.65%
G = 4.07%
B = 49.28%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C311CE (or 0xC311CE) is known color: Deep Magenta. HEX triplet: C3, 11 and CE. RGB value is (195,17,206). Sum of RGB (Red+Green+Blue) = 195+17+206=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #C311CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311CE is #3CEE31. Grayscale: #5B5B5B. Windows color (decimal): -3993138 or 13504963. OLE color: 13504963.

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

Color convert

RGB 195 17 206 -
CMYK 0.05 0.92 0 0.19
HSL 296.51º 0.85% 0.44% -
HSV(B) 296.51º 0.92% 0.81% -
XYZ 33.85 16.46 59.79 -
YUV 91.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 195 17 206 0.05 0.92 0 0.19 296.51 0.85 0.44
Hex C3 11 CE 5 5C 0 13 129 55 2C
Octal 303 21 316 5 134 0 23 451 125 54
Binary 11000011 10001 11001110 101 1011100 0 10011 100101001 1010101 101100

Color Harmonies of #C311CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311CE

Black with #C311CE

Text Example


Text Example

White with #C311CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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