Html Css Color HEX #C311CD Deep Magenta

📋 copy color: '#C311CD'

red 195 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #C311CD

Tints of Deep Magenta #C311CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 46.76%
G = 4.08%
B = 49.16%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C311CD (or 0xC311CD) is known color: Deep Magenta. HEX triplet: C3, 11 and CD. RGB value is (195,17,205). Sum of RGB (Red+Green+Blue) = 195+17+205=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #C311CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311CD is #3CEE32. Grayscale: #5B5B5B. Windows color (decimal): -3993139 or 13439427. OLE color: 13439427.

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

Color convert

RGB 195 17 205 -
CMYK 0.05 0.92 0 0.20
HSL 296.81º 0.85% 0.44% -
HSV(B) 296.81º 0.92% 0.8% -
XYZ 33.73 16.41 59.15 -
YUV 91.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 195 17 205 0.05 0.92 0 0.20 296.81 0.85 0.44
Hex C3 11 CD 5 5C 0 14 129 55 2C
Octal 303 21 315 5 134 0 24 451 125 54
Binary 11000011 10001 11001101 101 1011100 0 10100 100101001 1010101 101100

Color Harmonies of #C311CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C311CD

Black with #C311CD

Text Example


Text Example

White with #C311CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C311CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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